From 841793cc86f95d8f8ce7fd729a79946f4e69aaf7 Mon Sep 17 00:00:00 2001 From: philippe lhardy Date: Sun, 1 May 2016 18:57:56 +0200 Subject: [PATCH] full init with latest artlog_toolbox always launch doit.sh --- init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 681a353..099a116 100755 --- a/init.sh +++ b/init.sh @@ -3,8 +3,9 @@ if [[ ! -d artlog_toolbox ]] then git clone https://github.com/artlog/artlog_toolbox.git artlog_toolbox - pushd artlog_toolbox - git checkout labystl - popd fi +pushd artlog_toolbox +git checkout master +popd artlog_toolbox/deploy.sh +./doit.sh