From 97c399838370fc2b68489e971a9b4fd2a3a64a47 Mon Sep 17 00:00:00 2001 From: "Dr. Larry D. Pyeatt" Date: Mon, 6 May 2024 05:00:17 -0600 Subject: [PATCH] Install instructions for Gentoo (#352) * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Add install instructions for Gentoo --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 28dec9d..dcd5f4e 100644 --- a/README.md +++ b/README.md @@ -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