You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
356 B
8 lines
356 B
3 years ago
|
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/x86_64/home_ungoogled_chromium_Arch.key' | sudo pacman-key -a -
|
||
|
echo '
|
||
|
[home_ungoogled_chromium_Arch]
|
||
|
SigLevel = Required TrustAll
|
||
|
Server = https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/$arch' | sudo tee --append /etc/pacman.conf
|
||
|
|
||
|
sudo pacman -Sy
|