X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=e14ca21b6a5e97cc7b931883e2a5082b157a430a;hp=0e31f7095b8f40b64c7f515112cb56e357f4852d;hb=0592c21f3db581e9910c3fc8ac9f5a603551b0bc;hpb=1cf8447b1ef2791892fbd51f1cd49406850a93df;ds=sidebyside diff --git a/chroot-script b/chroot-script index 0e31f70..e14ca21 100755 --- a/chroot-script +++ b/chroot-script @@ -36,9 +36,9 @@ if [ -x /usr/bin/aptitude ] ; then APTUPGRADE="aptitude -y safe-upgrade $DPKG_OPTIONS" fi else - APTINSTALL="apt-get --force-yes -y --no-install-recommends install $DPKG_OPTIONS" + APTINSTALL="apt-get -y --no-install-recommends install $DPKG_OPTIONS" APTUPDATE="apt-get update $DPKG_OPTIONS" - APTUPGRADE="apt-get --force-yes -y upgrade $DPKG_OPTIONS" + APTUPGRADE="apt-get -y upgrade $DPKG_OPTIONS" fi if [ -z "$STAGES" ] ; then