Browse Source

fix containers2

master 0.7.3
pvincent 4 years ago
parent
commit
2a995d61c2
  1. 2
      install.sh

2
install.sh

@ -25,7 +25,7 @@ function install_host {
tar -xzf master.tar.gz tar -xzf master.tar.gz
mv debian-bash /opt/ mv debian-bash /opt/
cd /opt/debian-bash cd /opt/debian-bash
./install.sh --host
./install.sh $PARAM1
rm -rf $TEMP rm -rf $TEMP
exit 0 exit 0

Loading…
Cancel
Save