Update file run_onchange_after_12-install-packages.tmpl
This commit is contained in:
parent
520ccce1ed
commit
1e43707aa6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
if command -v install-program > /dev/null; then
|
if command -v install-program > /dev/null; then
|
||||||
if command -v zx > /dev/null; then
|
if command -v zx > /dev/null; then
|
||||||
logg info 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key'
|
logg info 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key'
|
||||||
logg info 'Installing: {{ index .softwareGroups $softwareGroup | toString | replace "[" "" | replace "]" "" }}'
|
logg info 'Installing: {{ $softwareList }}'
|
||||||
# Ask for the administrator password upfront
|
# Ask for the administrator password upfront
|
||||||
logg info 'A sudo password may be required for some of the installations'
|
logg info 'A sudo password may be required for some of the installations'
|
||||||
sudo echo "Sudo access granted."
|
sudo echo "Sudo access granted."
|
||||||
|
|
Loading…
Reference in a new issue