From 6bfd80442722f810aaf8eab5c946cfb96f83fe42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Jansons?= Date: Thu, 17 Dec 2020 19:00:59 +0000 Subject: [PATCH] Added Linux workaround :) --- run-vpn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-vpn.sh b/run-vpn.sh index 09e9da3..81676f6 100755 --- a/run-vpn.sh +++ b/run-vpn.sh @@ -21,6 +21,7 @@ while true; do echo $PASSWORD | sudo openconnect \ --csd-wrapper hostscan-bypass.sh \ --passwd-on-stdin \ + --os=mac-intel \ --token-mode=totp \ --token-secret=sha1:base32:$SEED \ -u $USERNAME \