diff options
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" |