Update file run_onchange_before_10-install-fedora-dependencies.tmpl
This commit is contained in:
parent
8ee99bf1ec
commit
6901c8e529
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ for PACKAGE in {{ $packages | sortAlpha | uniq | join " " -}}; do
|
||||||
logg info 'The '"$PACKAGE"' package is already installed'
|
logg info 'The '"$PACKAGE"' package is already installed'
|
||||||
else
|
else
|
||||||
logg info 'Installing `'"$PACKAGE"'`'
|
logg info 'Installing `'"$PACKAGE"'`'
|
||||||
sudo dnf install -y --enablerepo="epel" "$PACKAGE" || EXIT_CODE=$?
|
sudo dnf install -y "$PACKAGE" || EXIT_CODE=$?
|
||||||
if [ -n "$EXIT_CODE" ]; then
|
if [ -n "$EXIT_CODE" ]; then
|
||||||
logg error 'Error installing `'"$PACKAGE"'` via dnf'
|
logg error 'Error installing `'"$PACKAGE"'` via dnf'
|
||||||
logg info 'Proceeding with installation..'
|
logg info 'Proceeding with installation..'
|
||||||
|
|
Loading…
Reference in a new issue