mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
11 lines
276 B
Bash
Executable File
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" |