GlobalProtect-openconnect/scripts/install.sh
2021-10-24 11:51:17 +08:00

11 lines
276 B
Bash
Executable File

#!/bin/bash -e
./scripts/build.sh
sudo ./cmakew --install build
sudo systemctl enable gpservice.service
sudo systemctl daemon-reload
sudo systemctl restart gpservice.service
echo -e "\nSuccess. You can launch the GlobalProtect VPN client from the application dashboard.\n"