diff --git a/main.sh b/main.sh index 3f7af96..302c86c 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,15 @@ set -e -VERSION=6.0.11 +#VERSION=6.0.11 source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone https://gitlab.com/asus-linux/asusctl -b "$VERSION" +#git clone --depth=1 https://gitlab.com/asus-linux/asusctl -b "$VERSION" +git clone --depth=1 https://gitlab.com/asus-linux/asusctl cp -rvf ./debian ./asusctl cd ./asusctl