From f65178eb191c662782db2a88ac4ea0ebcdce641c Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 18 Sep 2021 22:09:11 +0800 Subject: [PATCH] improve install scripts --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 11b1146..2601327 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,6 +4,9 @@ ./cmakew --build build sudo ./cmakew --install build +sudo systemctl daemon-reload +sudo systemctl restart gpservice.service + echo "" echo "Done. You can launch the GlobalProtect VPN client from the application dashboard." echo "" \ No newline at end of file