From 45ea9846e45ac9867ba34b1e079cab02f08529f9 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 27 Feb 2024 15:04:38 +0000 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index abccf83..fa82375 100755 --- a/main.sh +++ b/main.sh @@ -5,7 +5,7 @@ set -e git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git cp -rvf ./debian ./mesa-git/ cd ./mesa-git -giit checkout staging/24.0 +git checkout staging/24.0 git submodule update --init sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION touch debian/changelog