Skip to content

Commit

Permalink
setup-ubuntu.sh: use 'env' to pass DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
Fixes #8209
  • Loading branch information
Leonid Pliushch committed Dec 11, 2021
1 parent 3d62742 commit 8279cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8279cf4

Please sign in to comment.