Update main.sh

This commit is contained in:
ferrreo 2024-02-27 15:04:38 +00:00 committed by GitHub
parent 1ef2e09a3f
commit 45ea9846e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ set -e
git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git
cp -rvf ./debian ./mesa-git/ cp -rvf ./debian ./mesa-git/
cd ./mesa-git cd ./mesa-git
giit checkout staging/24.0 git checkout staging/24.0
git submodule update --init git submodule update --init
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
touch debian/changelog touch debian/changelog