fixed spacing

This commit is contained in:
Stefen Auris 2022-06-03 15:00:57 -04:00
parent 198864900e
commit 707c4e8542

View file

@ -24,10 +24,9 @@ while getopts 'efrp:h' opt; do
echo "Installing Regular Firefox" echo "Installing Regular Firefox"
sudo apt install -t 'o=LP-PPA-mozillateam' firefox sudo apt install -t 'o=LP-PPA-mozillateam' firefox
#Pin Priority #Pin Priority
echo ' echo 'Package: *
Package: * Pin: release o=LP-PPA-mozillateam
Pin: release o=LP-PPA-mozillateam Pin-Priority: 1001
Pin-Priority: 1001
' | sudo tee /etc/apt/preferences.d/mozilla-firefox ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox
;; ;;