mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
update packaging (#100)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
./cmakew -B build -DCMAKE_BUILD_TYPE=Release
|
||||
MAKEFLAGS=-j$(nproc) ./cmakew --build build
|
||||
./scripts/build.sh
|
||||
|
||||
sudo ./cmakew --install build
|
||||
|
||||
sudo systemctl enable gpservice.service
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl restart gpservice.service
|
||||
|
||||
|
Reference in New Issue
Block a user