From 6ed56c6b1810296f9330b08ac5f0ac8c7c3c3a73 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 18 Sep 2021 22:01:10 +0800 Subject: [PATCH] improve message --- scripts/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index cf1e580..11b1146 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,4 +4,6 @@ ./cmakew --build build sudo ./cmakew --install build -echo "Done. You can open it from the application dashboard." \ No newline at end of file +echo "" +echo "Done. You can launch the GlobalProtect VPN client from the application dashboard." +echo "" \ No newline at end of file