From c2f93ce0e29d7d4faabb0b59891f94331de2a3b7 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sat, 12 Aug 2023 22:25:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5111397..6c1ae60 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ Installing the repository: ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Testing/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Testing ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ``` @@ -241,7 +241,7 @@ sudo apt update ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Unstable/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Unstable ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ``` @@ -250,7 +250,7 @@ sudo apt update ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_12/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_12 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ```