Merge pull request #3 from YunoHost/add-aptitude

add aptitude in chroot to make him happy
This commit is contained in:
Alexandre Aubin 2021-01-27 18:36:23 +01:00 committed by GitHub
commit 8996c34656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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