Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-23 07:52:30 +03:00 committed by GitHub
parent 68f06c7e03
commit f4f874c035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ cd ./mesa-git
git submodule update --init
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
touch debian/changelog
echo -e "mesa-git (24.0-100pika"$(date '+%Y%m%d')".git.2."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
echo -e "mesa-git (24.1-100pika"$(date '+%Y%m%d')".git.2."$(git rev-parse --short HEAD)") pikauwu; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# Get build deps
apt-get build-dep ./ -y