mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update the install steps
This commit is contained in:
parent
d9dda62e28
commit
51cff7cbac
@ -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
5
scripts/install.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
./cmakew -B build
|
||||
./cmakew --build build
|
||||
sudo ./cmakew --install build
|
Loading…
Reference in New Issue
Block a user