Update file run_onchange_after_12-install-packages.tmpl

This commit is contained in:
Brian Zalewski 2022-12-25 12:55:25 +00:00
parent 520ccce1ed
commit 1e43707aa6

View file

@ -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."