[openssh-commits] [openssh] 01/02: Don't prompt for yes/no questions.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 24 08:07:27 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f6a660e5bf28a01962af87568e118a2d2e79eaa0
Author: David Manouchehri <david.manouchehri at riseup.net>
Date: Thu Sep 23 17:03:18 2021 -0400
Don't prompt for yes/no questions.
---
.github/setup_ci.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index c56dfc46..107c049c 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -11,6 +11,7 @@ TARGETS=$@
PACKAGES=""
INSTALL_FIDO_PPA="no"
+export DEBIAN_FRONTEND=noninteractive
#echo "Setting up for '$TARGETS'"
@@ -79,8 +80,8 @@ done
if [ "yes" = "$INSTALL_FIDO_PPA" ]; then
sudo apt update -qq
- sudo apt install software-properties-common
- sudo apt-add-repository ppa:yubico/stable
+ sudo apt install -qy software-properties-common
+ sudo apt-add-repository -y ppa:yubico/stable
fi
if [ "x" != "x$PACKAGES" ]; then
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list