From 50162678eb467b16970a3bdeed0a477f08c4025c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 1 Sep 2018 12:16:01 +0200 Subject: Split utils to common and utils It is beneficial to use utils also in other processes but there were parts that should only job it self include. This splits those to two separate files. --- templates/turris3x.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/turris3x.run') diff --git a/templates/turris3x.run b/templates/turris3x.run index 98dfa15..1327e24 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -1,7 +1,7 @@ #!/bin/sh # vim: ft=sh set -e -. utils +. common echo_stage "Get packages" git_clone "git@cynerd.cz:openwrt-personal-pkgs" pkgs turris3x -- cgit v1.2.3