From 32eaff138cc2f26ef4fe4cb63599763b27c5c488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Aug 2018 15:14:34 +0200 Subject: turris3x: small fixes --- templates/turris3x.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/turris3x.run') diff --git a/templates/turris3x.run b/templates/turris3x.run index bc8b56a..0bcf7b4 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -1,4 +1,4 @@ -# vim: ft=sh +#!/bin/sh set -e . utils @@ -7,7 +7,7 @@ git_fetch "$GIT_REPO" pkgs turris3x # TODO download only once a day echo_strage "Download SDK" -wget "$SDK_URI" -O sdk.tar.bz2 +curl "$SDK_URI" > sdk.tar.bz2 mv sdk.tar.bz2 "$WORKSPACE/sdk.tar.bz2" echo_stage "Export SDK" -- cgit v1.2.3