Skip to content

Instantly share code, notes, and snippets.

@Schokokex
Last active January 31, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schokokex/72f38cc11073c134531e50ab24c908bd to your computer and use it in GitHub Desktop.
Save Schokokex/72f38cc11073c134531e50ab24c908bd to your computer and use it in GitHub Desktop.
librewolf
sudo apt update
sudo which wget || sudo apt install wget
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 install librewolf -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment