manual installation of yubi auth
This commit is contained in:
11
common/apps/yubiauth.sh
Normal file
11
common/apps/yubiauth.sh
Normal 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
|
||||
Reference in New Issue
Block a user