publish intel to pigeon
All checks were successful
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m57s
All checks were successful
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m57s
This commit is contained in:
parent
ff5ef569e4
commit
6c48c5bfb3
2
.github/pigeon-intel
vendored
2
.github/pigeon-intel
vendored
@ -1 +1 @@
|
||||
8
|
||||
9
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user