Created
November 28, 2021 20:25
-
-
Save william-v4/dc860a26a13fccee50840b8d284067d0 to your computer and use it in GitHub Desktop.
palemoon install on debian 10+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list | |
curl -fsSL https://download.opensuse.org/repositories/home:stevenpusser/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stevenpusser.gpg > /dev/null | |
sudo apt update | |
sudo apt install palemoon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment