From 89e29c3ba88b3fcfb3261db76a8d9c337d5e0538 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sun, 1 Aug 2021 20:14:28 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee9c30f..df0c78d 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Installing the repository: ###### 20.10 ```bash -wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_20.10/Release.key +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_20.10/Release.key sudo mv -f Release.key /etc/apt/trusted.gpg.d/Systray-x.Ximi1970.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_20.10 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update @@ -134,7 +134,7 @@ sudo apt update ###### 20.04 LTS ```bash -wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_20.04/Release.key +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_20.04/Release.key sudo apt-key add Release.key sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_20.04 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update @@ -143,7 +143,7 @@ sudo apt update ###### 18.04 LTS ```bash -wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04/Release.key +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_18.04/Release.key sudo apt-key add Release.key sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update @@ -152,7 +152,7 @@ sudo apt update ###### 16.04 LTS ```bash -wget -q http://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_16.04/Release.key +wget -q http://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_16.04/Release.key sudo apt-key add Release.key sudo bash -c 'echo "deb http://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_16.04 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update