From 41578787d562c36ee2aad024a9a0246a8e2dcd6d Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:16:02 +0100 Subject: [PATCH] replace the apt repo [skip ci] --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29f62cb..c41d9f4 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,17 @@ If you're using an older version of Windows, you need to use [pre-built installe ### Debian, Ubuntu and Raspbian repository ArmCord is available on our official repositories for `apt` package manager. By using this method you'll receive automatic updates and get all the dependencies. Run the following commands to install ArmCord from them: ```sh -curl -fsSL https://eu.armcord.app/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/armcord.gpg -echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armcord.gpg] https://eu.armcord.app/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/armcord.list +curl -fsSL https://apt.armcord.app/public.gpg | sudo gpg --dearmor -o /usr/share/keyrings/armcord.gpg +echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armcord.gpg] https://apt.armcord.app/ stable main" | sudo tee /etc/apt/sources.list.d/armcord.list sudo apt update sudo apt install armcord ``` +If you previously used old ArmCord apt repo, here's how you can remove it: +```sh +sudo rm /etc/apt/sources.list.d/armcord.list +sudo rm /usr/share/keyrings/armcord.gpg +sudo apt update +``` ### Snap package ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord).