Update main.sh
This commit is contained in:
parent
7f3d0a47b3
commit
638c16f867
5
main.sh
5
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user