Let's not install too much
This commit is contained in:
parent
e29564aa6f
commit
6cc04f70de
@ -317,7 +317,7 @@ procent=${procent%.*}
|
||||
if [[ $3 == "host" ]]; then
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -qq -y install $x >> $DEST/debug/install.log 2>&1
|
||||
else
|
||||
chroot $DEST/cache/sdcard /bin/bash -c "DEBIAN_FRONTEND=noninteractive apt-get -qq -y install $x" >> $DEST/debug/install.log 2>&1
|
||||
chroot $DEST/cache/sdcard /bin/bash -c "DEBIAN_FRONTEND=noninteractive apt-get -qq -y install $x --no-install-recommends" >> $DEST/debug/install.log 2>&1
|
||||
fi
|
||||
|
||||
if [ $? -ne 0 ]; then display_alert "Installation of package failed" "$INSTALL" "err"; exit 1; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user