GlobalProtect-openconnect/scripts/install.sh
2021-09-18 22:09:11 +08:00

12 lines
263 B
Bash
Executable File

#!/bin/bash -e
./cmakew -B build
./cmakew --build build
sudo ./cmakew --install build
sudo systemctl daemon-reload
sudo systemctl restart gpservice.service
echo ""
echo "Done. You can launch the GlobalProtect VPN client from the application dashboard."
echo ""