fixes priority not being able to be written because of permissions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
sudo snap remove firefox
|
sudo snap remove firefox
|
||||||
sudo apt remove firefox
|
sudo apt remove firefox -y
|
||||||
sudo add-apt-repository ppa:mozillateam/ppa
|
sudo add-apt-repository ppa:mozillateam/ppa -y
|
||||||
|
|
||||||
# Set priority
|
# Set priority
|
||||||
echo "Package: firefox*
|
echo "Package: firefox*
|
||||||
@@ -9,7 +9,7 @@ Pin-Priority: 1001
|
|||||||
|
|
||||||
Package: firefox*
|
Package: firefox*
|
||||||
Pin: release o=Ubuntu
|
Pin: release o=Ubuntu
|
||||||
Pin-Priority: -1" >>/etc/apt/preferences.d/mozillateamppa
|
Pin-Priority: -1" | sudo tee/etc/apt/preferences.d/mozillateamppa >/dev/null
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install firefox -y
|
sudo apt install firefox -y
|
||||||
|
|||||||
Reference in New Issue
Block a user