GlobalProtect-openconnect/scripts/install.sh
2021-09-18 21:56:54 +08:00

7 lines
148 B
Bash
Executable File

#!/bin/bash -e
./cmakew -B build
./cmakew --build build
sudo ./cmakew --install build
echo "Done. You can open it from the application dashboard."