summaryrefslogtreecommitdiff
path: root/templates/turris3x.run
diff options
context:
space:
mode:
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 1d4b100..c99342d 100755
--- a/templates/turris3x.run
+++ b/templates/turris3x.run
@@ -4,7 +4,7 @@ set -e
. utils
echo_stage "Get packages"
-git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x
+git_clone "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x
SDK="$WORKSPACE/sdk.tar.bz2"
if [ ! -e "$SDK" ] || [ $(expr $(date -u +%s) - $(stat -c %Z "$SDK")) -gt 86400 ]; then