Add initial setup global settings

This commit is contained in:
Tom Wiesing 2024-04-01 15:10:35 +02:00
parent a7af0f64d2
commit 6eab3ac311
No known key found for this signature in database
7 changed files with 113 additions and 11 deletions

View file

@ -11,6 +11,7 @@ import (
)
// Apply applies the given profile to this existing instance.
// The instance must be running
func (manager *Manager) Apply(ctx context.Context, progress io.Writer, flags Profile) error {
// Update drupal
if flags.Drupal != "" {