Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximi1970 authored Jul 16, 2022
1 parent abe913b commit 298d29f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@ A `git` package is available in the user repository (KDE Plasma version). To ins

#### Repository

Installing the repository:
Installing the repository (new repo):

```bash
wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons:/Arch/Arch/x86_64/home_Ximi1970_Mozilla_Add-ons_Arch_Arch.key
sudo pacman-key --add home_Ximi1970_Mozilla_Add-ons_Arch_Arch.key
wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons:/Arch2/Arch/x86_64/home_Ximi1970_Mozilla_Add-ons_Arch2_Arch.key
sudo pacman-key --add home_Ximi1970_Mozilla_Add-ons_Arch2_Arch.key
sudo pacman-key --lsign-key BEEF5C3607D86FE9
sudo echo -e "\n[home_Ximi1970_Mozilla_Add-ons_Arch_Arch]\nSigLevel = PackageOptional\nServer = https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons:/Arch/Arch/x86_64" | sudo tee -a /etc/pacman.conf
sudo echo -e "\n[home_Ximi1970_Mozilla_Add-ons_Arch2_Arch]\nSigLevel = PackageOptional\nServer = https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons:/Arch2/Arch/x86_64" | sudo tee -a /etc/pacman.conf
sudo pacman -Syyu
```

Expand Down

0 comments on commit 298d29f

Please sign in to comment.