Update main.sh
This commit is contained in:
parent
73837ecfdf
commit
efad3580f6
6
main.sh
6
main.sh
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="5.2.3.git"
|
VERSION="5.2.4.git"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
#git clone https://gitlab.com/asus-linux/supergfxctl -b "$VERSION"
|
#git clone --depth=1 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
|
||||||
cp -rvf ./debian ./supergfxctl
|
cp -rvf ./debian ./supergfxctl
|
||||||
cd ./supergfxctl
|
cd ./supergfxctl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user