improve the doc

This commit is contained in:
Kevin Yue 2021-09-22 11:17:37 +08:00 committed by GitHub
parent bc07e3d496
commit 9e7db4eb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,13 +58,16 @@ Install from the [globalprotect-openconnect](https://aur.archlinux.org/packages/
### Ubuntu/Mint ### Ubuntu/Mint
For **Ubuntu 18.04**, add this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA first to install the latest openconnect. > **⚠️ REQURIED for Ubuntu 18.04 ⚠️**
>
> Add this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA first to install the latest openconnect.
>
> ```sh
> sudo add-apt-repository ppa:dwmw2/openconnect
> sudo apt update
> ```
```sh Build and install with:
sudo add-apt-repository ppa:dwmw2/openconnect
sudo apt update
```
...then build and install with:
```sh ```sh
./scripts/install-ubuntu.sh ./scripts/install-ubuntu.sh