Replace "==" (a bashism) with "=".

This commit is contained in:
Darren Tucker 2021-04-23 19:49:46 +10:00
parent a116b6f5be
commit 3737c9f66e
1 changed files with 1 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

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