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"
|
||||
sudo apt install -t 'o=LP-PPA-mozillateam' firefox
|
||||
#Pin Priority
|
||||
echo '
|
||||
Package: *
|
||||
Pin: release o=LP-PPA-mozillateam
|
||||
Pin-Priority: 1001
|
||||
echo 'Package: *
|
||||
Pin: release o=LP-PPA-mozillateam
|
||||
Pin-Priority: 1001
|
||||
' | 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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue