diff --git a/README.md b/README.md index 25c7bd6..45286ce 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,11 @@ cd GlobalProtect-openconnect ``` ### Arch/Manjaro + Install from the [globalprotect-openconnect](https://aur.archlinux.org/packages/globalprotect-openconnect/) AUR. -### Ubuntu + +### Ubuntu/Mint + For **Ubuntu 18.04**, add this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA first to install the latest openconnect. ```sh diff --git a/scripts/install.sh b/scripts/install.sh index e6aa582..672c0a1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,4 +7,4 @@ sudo ./cmakew --install build sudo systemctl daemon-reload sudo systemctl restart gpservice.service -echo -e "\nDone. You can launch the GlobalProtect VPN client from the application dashboard.\n" \ No newline at end of file +echo -e "\nSuccess. You can launch the GlobalProtect VPN client from the application dashboard.\n" \ No newline at end of file