summaryrefslogtreecommitdiff
path: root/templates/turris3x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-29 10:54:23 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-29 10:56:43 +0200
commite65b36eabb550d1bc1036c6e2eaa3ea25f91651f (patch)
tree22fd7f75a34f659ce6c893d2b2e93db2121215dc /templates/turris3x.run
parent359426679613a2a1f87cdbd482093879da015c18 (diff)
downloadlaminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.tar.gz
laminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.tar.bz2
laminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.zip
Use ssh to access our git server
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 c99342d..98dfa15 100755
--- a/templates/turris3x.run
+++ b/templates/turris3x.run
@@ -4,7 +4,7 @@ set -e
. utils
echo_stage "Get packages"
-git_clone "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x
+git_clone "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