From 8dac083dcb4be0d1cf7d48980394562e27243ab2 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 27 Feb 2021 21:02:11 +0400 Subject: [PATCH] no more git pull on dev --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 63ac415..22c9f5a 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,6 @@ function install_host { if [[ -L /opt/debian-bash ]];then cd /opt/debian-bash - git pull ./install.sh $PARAM1 exit 0 else