From efad3580f632df8a855af3a5669fccf4635cb4c8 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Thu, 5 Dec 2024 18:46:38 +0100 Subject: [PATCH] Update main.sh --- main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index 25e592d..94ebe3e 100755 --- a/main.sh +++ b/main.sh @@ -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