From 26f8d5df2c04e4491c3509d19e1d33e39f01b165 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 25 Aug 2023 23:20:59 +0300 Subject: [PATCH] --- external-mozilla.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/external-mozilla.sh b/external-mozilla.sh index ee7a75a..40db4b2 100644 --- a/external-mozilla.sh +++ b/external-mozilla.sh @@ -22,13 +22,13 @@ echo 'deb [trusted=yes] https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu apt update -y --allow-unauthenticated PPP=$(../../ppp https://ppa.pika-os.com/dists/lunar/external/binary-amd64/Packages https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/dists/lunar/main/binary-amd64/Packages.xz) -touch /etc/apt/preferences.d/99-external.conf -echo 'Package: *' > /etc/apt/preferences.d/99-external.conf -echo 'Pin: release o=LP-PPA-mozillateam' >> /etc/apt/preferences.d/99-external.conf -echo 'Pin-Priority: 501' >> /etc/apt/preferences.d/99-external.conf +touch /etc/apt/preferences.d/0-external.conf +echo 'Package: *' > /etc/apt/preferences.d/0-external.conf +echo 'Pin: release o=LP-PPA-mozillateam' >> /etc/apt/preferences.d/0-external.conf +echo 'Pin-Priority: 2001' >> /etc/apt/preferences.d/0-external.conf if [ ! -z "$PPP" ] then - apt download $PPP -y + apt download $PPP -y --target-release 'o=LP-PPA-mozillateam' else echo "Repos are synced" exit 0