Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-28 22:10:32 +03:00 committed by GitHub
parent 7e374b15bd
commit 668b6351de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ VERSION="$(cat ./DRIVER)-$(cat ./KERNEL)-100pika5"
echo -e "linux-nvidia-modules ("$VERSION") pikauwu; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog echo -e "linux-nvidia-modules ("$VERSION") pikauwu; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
if echo $VERSION | grep -v "$(cat ./pika_nvidia.txt)" if echo $VERSION | grep "$(cat ./pika_nvidia.txt)"
then then
echo "driver already built" echo "driver already built"
exit 0 exit 0