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 d358ecb..cab1217 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -4,7 +4,7 @@ set -e . utils echo_stage "Get packages" -git_fetch "$GIT_REPO" pkgs turris3x +git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x # TODO download only once a day echo_stage "Download SDK" |