diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-26 16:53:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-26 16:53:31 +0200 |
commit | e1248d3187dbdf05927cb1716e13f2493700d66e (patch) | |
tree | cff4c5bfa19abe2ca810052146ba3f38e89a64ae /templates | |
parent | 78483e0fdd6ccfbc4de04028d40d97a2f32bee49 (diff) | |
download | laminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.tar.gz laminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.tar.bz2 laminar-cnf-e1248d3187dbdf05927cb1716e13f2493700d66e.zip |
Even more fixes
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris3x.run | 2 |
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" |