diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index ce161477..3b56cae4 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -77,8 +77,8 @@ echo "deb $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list $SCRIPT_HEADER apt-get update apt-get -y upgrade -apt-get -y dist-upgrade -apt-get -y dist-upgrade +apt-get -yf dist-upgrade +apt-get -yf dist-upgrade apt-get -y autoremove EOF } |