Jump to content

LibreWolf: Difference between revisions

From Wiki
No edit summary
Line 1: Line 1:
distro=$(if echo " bullseye focal impish uma una " | grep -q " $(lsb_release -sc) "; then echo $(lsb_release -sc); else echo focal; fi)
  echo "deb [arch=amd64] <nowiki>http://deb.librewolf.net</nowiki> $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list
  echo "deb [arch=amd64] <nowiki>http://deb.librewolf.net</nowiki> $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list



Revision as of 16:33, 22 April 2022

distro=$(if echo " bullseye focal impish uma una " | grep -q " $(lsb_release -sc) "; then echo $(lsb_release -sc); else echo focal; fi)
echo "deb [arch=amd64] http://deb.librewolf.net $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/librewolf.list
sudo wget https://deb.librewolf.net/keyring.gpg -O /etc/apt/trusted.gpg.d/librewolf.gpg
sudo apt update
sudo apt install librewolf -y

Source