Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-12-05 18:46:38 +01:00
parent 73837ecfdf
commit efad3580f6

View File

@ -2,15 +2,15 @@
set -e
VERSION="5.2.3.git"
VERSION="5.2.4.git"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
#git clone https://gitlab.com/asus-linux/supergfxctl -b "$VERSION"
git clone https://gitlab.com/asus-linux/supergfxctl
#git clone --depth=1 https://gitlab.com/asus-linux/supergfxctl -b "$VERSION"
git clone --depth=1 https://gitlab.com/asus-linux/supergfxctl
cp -rvf ./debian ./supergfxctl
cd ./supergfxctl