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