publish intel to pigeon
All checks were successful
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m57s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-31 19:01:49 +03:00
parent ff5ef569e4
commit 6c48c5bfb3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8 9

View File

@ -8,7 +8,7 @@ chmod 755 ./ppp
mkdir -p ./output-temp mkdir -p ./output-temp
cd ./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 # Delete Unwanted Packages or failure points with ppp
rm -rfv ./intel-i915-dkms_*.deb rm -rfv ./intel-i915-dkms_*.deb
@ -21,7 +21,7 @@ rm -rfv ./libmetee*.deb
# Check if any updates have been downloaded # Check if any updates have been downloaded
if [ $(ls ./ | wc -l) -lt 1 ]; then if [ $(ls ./ | wc -l) -lt 1 ]; then
echo "Repos are synced" echo "Repos are synced"
#exit 0 exit 0
fi fi
# Use apt to download weird packages that fail with ppp # Use apt to download weird packages that fail with ppp