Update main.sh

This commit is contained in:
ferreo 2024-11-10 15:18:07 +01:00
parent fd1410c8aa
commit 256912f6af

View File

@ -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