Update .local/bin/provision
This commit is contained in:
parent
c8369e5d4b
commit
ea75f3c00d
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ if [ ! -f "$HOME/.config/chezmoi/chezmoi.yaml" ]; then
|
||||||
if [ -z "$SOFTWARE_GROUP" ]; then
|
if [ -z "$SOFTWARE_GROUP" ]; then
|
||||||
logg prompt 'Select the software group you would like to install. If your environment is a macOS, Windows, or environment with the DISPLAY environment variable then desktop software will be installed too. The software groups are in the ~/.local/share/chezmoi/home/.chezmoidata.yaml file.'
|
logg prompt 'Select the software group you would like to install. If your environment is a macOS, Windows, or environment with the DISPLAY environment variable then desktop software will be installed too. The software groups are in the ~/.local/share/chezmoi/home/.chezmoidata.yaml file.'
|
||||||
SOFTWARE_GROUP="$(gum choose "Basic" "Standard" "Full")"
|
SOFTWARE_GROUP="$(gum choose "Basic" "Standard" "Full")"
|
||||||
|
export SOFTWARE_GROUP
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue