Update README.md

This commit is contained in:
Dr. Larry D. Pyeatt 2024-04-30 21:22:56 -06:00 committed by GitHub
parent 93aea4ee60
commit c02ca6a26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,29 @@ Download the latest RPM package from [releases](https://github.com/yuezk/GlobalP
```bash ```bash
sudo rpm -i globalprotect-openconnect-*.rpm sudo rpm -i globalprotect-openconnect-*.rpm
``` ```
### Gentoo
Install from the ```rios``` or ```slonko``` overlays. Example using rios:
Enable the overlay:
```
eselect repository enable rios
```
Sync with the repository:
If you have eix installed, use it:
```
eix-sync
```
Otherwise, use:
```
emerge --sync
```
Install:
```emerge globalprotect-openconnect```
### Other distributions ### Other distributions