add aptitude in chroot to make him happy

This commit is contained in:
Kay0u 2021-01-27 18:35:11 +01:00
parent 7fd3b6445f
commit e17c4d0f3f
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -32,7 +32,7 @@ function build_chroot()
chroot $CHROOT apt update
chroot $CHROOT apt dist-upgrade
chroot $CHROOT apt install -y build-essential debhelper cmake wget devscripts git
chroot $CHROOT apt install -y build-essential debhelper cmake wget devscripts git aptitude
if [ "$ARCH" == "amd64" ];
then