mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Merge pull request #3 from YunoHost/add-aptitude
add aptitude in chroot to make him happy
This commit is contained in:
commit
8996c34656
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue