Created
February 12, 2024 18:20
-
-
Save oviniciusfeitosa/ffab5e3af66dd7a9b440f73263113bdb to your computer and use it in GitHub Desktop.
Install GlobalProtect-openconnect free version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget -P /tmp https://github.com/yuezk/GlobalProtect-openconnect/archive/refs/tags/v1.4.9.tar.gz | |
tar -xvf /tmp/v1.4.9.tar.gz -C /tmp | |
sudo mv /tmp/GlobalProtect-openconnect-1.4.9 /opt/GlobalProtect-openconnect | |
cd /opt/GlobalProtect-openconnect/scripts/ | |
sudo bash /opt/GlobalProtect-openconnect/scripts/install-ubuntu.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment