Files
linux-setup/common/apps/yubiauth.sh

12 lines
485 B
Bash

#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