Don't prompt for yes/no questions.

This commit is contained in:
David Manouchehri 2021-09-23 17:03:18 -04:00 committed by Darren Tucker
parent 7ed1a3117c
commit f6a660e5bf
1 changed files with 3 additions and 2 deletions

5
.github/setup_ci.sh vendored
View File

@ -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