fix autoremove in helpers; reported by cyteen_

This commit is contained in:
parazyd 2017-10-25 15:25:16 +02:00
parent fc38a09982
commit 2ff044d350
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ for deb in ${custom_deb_packages}; do
apt-get --yes --force-yes -f install
done
cd /
apt-get autoremove
apt-get --yes --force-yes autoremove
rm -rf /debs
EOF
chroot-script install-debs