diff --git a/main.sh b/main.sh index d63f4d8..8a1fd63 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.3.git" +VERSION="0.3.git1" source ./pika-build-config.sh @@ -11,7 +11,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream cd ./xone-debian #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 apt-get build-dep ./ -y