Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created February 12, 2024 18:20
Show Gist options
  • Save oviniciusfeitosa/ffab5e3af66dd7a9b440f73263113bdb to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/ffab5e3af66dd7a9b440f73263113bdb to your computer and use it in GitHub Desktop.
Install GlobalProtect-openconnect free version
#!/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