Skip to content

Commit

Permalink
Install instructions for Gentoo (#352)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Add install instructions for Gentoo
  • Loading branch information
pyeatt committed May 6, 2024
1 parent 93aea4e commit 97c3998
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,30 @@ Download the latest RPM package from [releases](https://github.com/yuezk/GlobalP
```bash
sudo rpm -i globalprotect-openconnect-*.rpm
```
### Gentoo

Install from the ```rios``` or ```slonko``` overlays. Example using rios:

#### 1. Enable the overlay
```
sudo eselect repository enable rios
```

#### 2. Sync with the repository

- If you have eix installed, use it:
```
sudo eix-sync
```
- Otherwise, use:
```
sudo emerge --sync
```

#### 3. Install

```sudo emerge globalprotect-openconnect```


### Other distributions

Expand Down

0 comments on commit 97c3998

Please sign in to comment.