diff options
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 85e77461..9e154e5a 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -100,7 +100,7 @@ echo "set +x" >> $CTMPFILE prepare_upgrade2() { # support _aptdpkg_first type upgrade jobs... if [ "${JOB_NAME: -14}" = "_aptdpkg_first" ] ; then - APTDPKGFIRST="apt-get install -y dpkg apt" + APTDPKGFIRST="apt-get -y install dpkg apt" else APTDPKGFIRST="" fi |