mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
Don't prompt for yes/no questions.
This commit is contained in:
parent
7ed1a3117c
commit
f6a660e5bf
5
.github/setup_ci.sh
vendored
5
.github/setup_ci.sh
vendored
@ -11,6 +11,7 @@ TARGETS=$@
|
|||||||
|
|
||||||
PACKAGES=""
|
PACKAGES=""
|
||||||
INSTALL_FIDO_PPA="no"
|
INSTALL_FIDO_PPA="no"
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
#echo "Setting up for '$TARGETS'"
|
#echo "Setting up for '$TARGETS'"
|
||||||
|
|
||||||
@ -79,8 +80,8 @@ done
|
|||||||
|
|
||||||
if [ "yes" = "$INSTALL_FIDO_PPA" ]; then
|
if [ "yes" = "$INSTALL_FIDO_PPA" ]; then
|
||||||
sudo apt update -qq
|
sudo apt update -qq
|
||||||
sudo apt install software-properties-common
|
sudo apt install -qy software-properties-common
|
||||||
sudo apt-add-repository ppa:yubico/stable
|
sudo apt-add-repository -y ppa:yubico/stable
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x" != "x$PACKAGES" ]; then
|
if [ "x" != "x$PACKAGES" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user