Replace "==" (a bashism) with "=".
This commit is contained in:
parent
a116b6f5be
commit
3737c9f66e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue