From f958f8c846a8e5a60e485a02c8e355aa1e733a96 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:16:21 +0300 Subject: [PATCH] Update main32.sh --- main32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main32.sh b/main32.sh index 16773b3..0440f29 100755 --- a/main32.sh +++ b/main32.sh @@ -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-99pika"$(date '+%Y%m%d')".git.1."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > 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 Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog # Get build deps apt-get build-dep ./ -y