This shows you the differences between two versions of the page.
| |
| tutorials:easyroam-via-apt [2026/05/24 22:05] – created Zyzonix | tutorials:easyroam-via-apt [2026/05/24 22:06] (current) – Zyzonix |
|---|
| - Grab the key: <code bash> curl -fsSL https://packages.easyroam.de/keys/easyroam.asc | sudo gpg --dearmor -o /etc/apt/keyrings/easyroam.gpg</code> | - Grab the key: <code bash> curl -fsSL https://packages.easyroam.de/keys/easyroam.asc | sudo gpg --dearmor -o /etc/apt/keyrings/easyroam.gpg</code> |
| - Add the repository: <code bash>echo "deb [signed-by=/etc/apt/keyrings/easyroam.gpg] https://packages.easyroam.de/repos/easyroam-desktop stable main" | sudo tee /etc/apt/sources.list.d/easyroam-desktop.list</code> | - Add the repository: <code bash>echo "deb [signed-by=/etc/apt/keyrings/easyroam.gpg] https://packages.easyroam.de/repos/easyroam-desktop stable main" | sudo tee /etc/apt/sources.list.d/easyroam-desktop.list</code> |
| - Updates lists: <code bash>sudo apt update</code> | - Update lists: <code bash>sudo apt update</code> |
| - Install the client: <code bash>sudo apt install easyroam-desktop</code> | - Install the client: <code bash>sudo apt install easyroam-desktop</code> |