From 375aee3485d32aa7878a1957f41553fb717cf9f0 Mon Sep 17 00:00:00 2001 From: Erich Kaestner <36450093+jdknives@users.noreply.github.com> Date: Tue, 16 Mar 2021 22:30:53 -0300 Subject: [PATCH] change build conf to target skywire repo instead of fork and fix todo --- build.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.conf b/build.conf index b5543806..3bd920ba 100644 --- a/build.conf +++ b/build.conf @@ -22,9 +22,7 @@ ARMBIAN_DOWNLOAD_URL="https://archive.armbian.com/orangepiprime/archive/Armbian_ # Skywire release download for OS running on destination skyminer SKYWIRE_VERSION=v0.4.0 -#SKYWIRE_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm64.tar.gz" -# todo: remove, uncomment previous line -SKYWIRE_DOWNLOAD_URL="https://github.com/jdknives/skywire/releases/download/0.4.0-test6/skywire-v0.4.0-test6-linux-arm64.tar.gz" +SKYWIRE_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm64.tar.gz" # Offset and sector size of the Armbian image for rootfs (found automatically if not set) IMG_OFFSET="" # 8192 IMG_SECTOR="" # 512