mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	update the doc
This commit is contained in:
		| @@ -54,9 +54,7 @@ Install the [AppIndicator and KStatusNotifierItem Support](https://extensions.gn | |||||||
|     For Ubuntu 18.04, using this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA. |     For Ubuntu 18.04, using this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA. | ||||||
|  |  | ||||||
|     ```sh |     ```sh | ||||||
|     sudo add-apt-repository ppa:dwmw2/openconnect |     sudo add-apt-repository ppa:dwmw2/openconnect && sudo apt-get update && sudo apt install -y openconnect | ||||||
|     sudo apt-get update |  | ||||||
|     sudo apt install openconnect |  | ||||||
|     ``` |     ``` | ||||||
|     |     | ||||||
| 1. Install the Qt dependencies | 1. Install the Qt dependencies | ||||||
| @@ -64,7 +62,7 @@ Install the [AppIndicator and KStatusNotifierItem Support](https://extensions.gn | |||||||
|     For Ubuntu 20, this should work. |     For Ubuntu 20, this should work. | ||||||
|      |      | ||||||
|     ```sh |     ```sh | ||||||
|     sudo apt install qtbase5-dev libqt5websockets5-dev qtwebengine5-dev qttools5-dev debhelper |     sudo apt install -y build-essential qtbase5-dev libqt5websockets5-dev qtwebengine5-dev | ||||||
|     ``` |     ``` | ||||||
|      |      | ||||||
|     For Ubuntu 21, you need to install the base pieces separately as QT5 is the default. |     For Ubuntu 21, you need to install the base pieces separately as QT5 is the default. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user