From 6c48c5bfb3ca6629b14e7db24846a010332d1e5b Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 31 Jul 2024 19:01:49 +0300 Subject: [PATCH] publish intel to pigeon --- .github/pigeon-intel | 2 +- pigeon-intel.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pigeon-intel b/.github/pigeon-intel index 45a4fb7..ec63514 100644 --- a/.github/pigeon-intel +++ b/.github/pigeon-intel @@ -1 +1 @@ -8 +9 diff --git a/pigeon-intel.sh b/pigeon-intel.sh index 37818e8..482b0d2 100755 --- a/pigeon-intel.sh +++ b/pigeon-intel.sh @@ -8,7 +8,7 @@ chmod 755 ./ppp mkdir -p ./output-temp cd ./output-temp -../ppp https://ppa.pika-os.com/dists/pika/pigeon/binary-amd64/Packages https://repositories.intel.com/gpu/ubuntu/dists/noble/unified/binary-amd64/Packages https://repositories.intel.com/gpu/ubuntu/ ./ +../ppp https://ppa.pika-os.com/dists/pika/pigeon2/binary-amd64/Packages https://repositories.intel.com/gpu/ubuntu/dists/noble/unified/binary-amd64/Packages https://repositories.intel.com/gpu/ubuntu/ ./ # Delete Unwanted Packages or failure points with ppp rm -rfv ./intel-i915-dkms_*.deb @@ -21,7 +21,7 @@ rm -rfv ./libmetee*.deb # Check if any updates have been downloaded if [ $(ls ./ | wc -l) -lt 1 ]; then echo "Repos are synced" - #exit 0 + exit 0 fi # Use apt to download weird packages that fail with ppp