manual installation of yubi auth

This commit is contained in:
2025-02-15 18:20:09 -08:00
parent 27506c1803
commit af087f38fc

11
common/apps/yubiauth.sh Normal file
View File

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