diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 61fd9725d..468321288 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -62,7 +62,7 @@ for TARGET in $TARGETS; do esac done -if [ "yes" == "$INSTALL_FIDO_PPA" ]; then +if [ "yes" = "$INSTALL_FIDO_PPA" ]; then sudo apt update -qq sudo apt install software-properties-common sudo apt-add-repository ppa:yubico/stable