Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-28 20:15:28 +03:00 committed by GitHub
parent d67ad43a16
commit 6473371271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,8 @@ cd ./linux-nvidia-modules
VERSION="$(cat ./DRIVER)-$(cat ./KERNEL)-100pika5" 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
if echo $VERSION | grep $(cat ./DRIVER_PIKA) if echo $VERSION | grep $(cat ./DRIVER_PIKA)
then then
echo "Driver up to date" echo "Driver up to date"