summaryrefslogtreecommitdiff
path: root/templates/turris3x.run
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-26 16:53:31 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-26 16:53:31 +0200
commite1248d3187dbdf05927cb1716e13f2493700d66e (patch)
treecff4c5bfa19abe2ca810052146ba3f38e89a64ae /templates/turris3x.run
parent78483e0fdd6ccfbc4de04028d40d97a2f32bee49 (diff)
downloadlaminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.tar.gz
laminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.tar.bz2
laminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.zip
Even more fixes
Diffstat (limited to 'templates/turris3x.run')
-rwxr-xr-xtemplates/turris3x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris3x.run b/templates/turris3x.run
index 0bcf7b4..08f200d 100755
--- a/templates/turris3x.run
+++ b/templates/turris3x.run
@@ -6,7 +6,7 @@ echo_stage "Get packages"
git_fetch "$GIT_REPO" pkgs turris3x
# TODO download only once a day
-echo_strage "Download SDK"
+echo_stage "Download SDK"
curl "$SDK_URI" > sdk.tar.bz2
mv sdk.tar.bz2 "$WORKSPACE/sdk.tar.bz2"