Update release.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-24 18:33:47 +03:00 committed by GitHub
parent ab0f945581
commit 6de4509074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,7 @@ reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% linux-*-6.3.
echo "Pika Kernel - Repo clean complete" echo "Pika Kernel - Repo clean complete"
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-image*.deb reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-headers*.deb
echo "Pika Kernel - Repo update complete" echo "Pika Kernel - Repo update complete"
# Push the updated ppa repo to the server # Push the updated ppa repo to the server