mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
10 lines
305 B
Bash
Executable File
10 lines
305 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
./cmakew -B build -DCMAKE_BUILD_TYPE=Release
|
|
MAKEFLAGS=-j$(nproc) ./cmakew --build build
|
|
sudo ./cmakew --install build
|
|
|
|
sudo systemctl daemon-reload
|
|
sudo systemctl restart gpservice.service
|
|
|
|
echo -e "\nSuccess. You can launch the GlobalProtect VPN client from the application dashboard.\n" |