fixed spacing
This commit is contained in:
parent
198864900e
commit
707c4e8542
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue