diff --git a/common/apps/yubiauth.sh b/common/apps/yubiauth.sh new file mode 100644 index 0000000..f44547b --- /dev/null +++ b/common/apps/yubiauth.sh @@ -0,0 +1,11 @@ +#yubico-authenticator +sudo mkdir /opt/yubico-authenticator +sudo tar -xzvf /kpnas/library/Software/Linux/yubico-authenticator-7.1.1-linux.tar.gz -C /opt/yubico-authenticator +chmod +x /opt/yubico-authenticator/yubico-authenticator-7.1.1-linux/authenticator +echo "[Desktop Entry] +Version=1.0 +Terminal=false +Type=Application +Name=Yubico authenticator +Exec=/opt/yubico-authenticator/yubico-authenticator-7.1.1-linux/authenticator +" >~/.local/share/applications/yubico-authenticator.desktop