:-'Generic Commit'
This commit is contained in:
parent
654337ef96
commit
cca3fe5c53
@ -108,7 +108,7 @@ function install_packages() {
|
||||
HAVE_UPDATED=1
|
||||
fi
|
||||
|
||||
if ! ${SUDOCMD:-} "${INSTALLCMD}" "$pkg"; then
|
||||
if ! bash -c "${SUDOCMD:-} ${INSTALLCMD} $pkg"; then
|
||||
print_error "Failed to install $pkg"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user