Browse Source

no more git pull on dev

master 0.9.3
pvincent 4 years ago
parent
commit
8dac083dcb
  1. 1
      install.sh

1
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

Loading…
Cancel
Save