update the install steps

This commit is contained in:
Kevin Yue 2021-09-18 18:42:25 +08:00
parent d9dda62e28
commit 51cff7cbac
2 changed files with 6 additions and 5 deletions

View File

@ -87,12 +87,8 @@ Install [globalprotect-openconnect](https://aur.archlinux.org/packages/globalpro
```sh
git clone https://github.com/yuezk/GlobalProtect-openconnect.git
cd GlobalProtect-openconnect
git submodule update --init
# qmake or qmake-qt5
qmake CONFIG+=release
make
sudo make install
./scripts/install.sh
```
Open `GlobalProtect VPN` in the application dashboard.

5
scripts/install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -e
./cmakew -B build
./cmakew --build build
sudo ./cmakew --install build