From 122955dfcc6167c7f5143326a2e7763aa80b8db7 Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Mon, 15 Oct 2018 16:19:30 +0200 Subject: [PATCH] Lancer init_symlinks avant de pull les subtrees --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0759c146..b5ceb92a 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ if [ `whoami` == "root" ]; then echo "Please, do not run this script as sudo" else cd utils/ - ./pull_subtrees.sh ./init_symlinks.sh + ./pull_subtrees.sh ./copy_hooks.sh fi -- GitLab