setup-ubuntu.sh: use 'env' to pass DEBIAN_FRONTEND=noninteractive
Fixes https://github.com/termux/termux-packages/issues/8209
This commit is contained in:
parent
3d62742dec
commit
8279cf4717
@ -219,7 +219,7 @@ else
|
||||
INSTALL_NEW_PIP3=false
|
||||
fi
|
||||
|
||||
$SUDO DEBIAN_FRONTEND=noninteractive \
|
||||
$SUDO env DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -yq --no-install-recommends $PACKAGES
|
||||
|
||||
if $INSTALL_NEW_PIP3; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user