From b7beb069e367f2290bc506b056c11c4fdb6a7735 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 22 Aug 2023 17:27:14 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index f340b49..c141db2 100755 --- a/main.sh +++ b/main.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 (23.3-99pika"$(date '+%Y%m%d')".git.7."$(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 (23.3-99pika"$(date '+%Y%m%d')".git.8."$(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