Update main.sh
This commit is contained in:
parent
fd1410c8aa
commit
256912f6af
4
main.sh
4
main.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="0.3.git"
|
VERSION="0.3.git1"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
cd ./xone-debian
|
cd ./xone-debian
|
||||||
#git clone https://github.com/medusalix/xone -b v"$VERSION"
|
#git clone https://github.com/medusalix/xone -b v"$VERSION"
|
||||||
git clone https://github.com/medusalix/xone
|
git clone https://github.com/tskaar/xone -b fix-6.12
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Loading…
Reference in New Issue
Block a user