Browse Source

fix --host

master 0.7.1
pvincent 4 years ago
parent
commit
91869aac98
  1. 9
      install.sh

9
install.sh

@ -25,7 +25,7 @@ function install_host {
tar -xzf master.tar.gz
mv debian-bash /opt/
cd /opt/debian-bash
./install.sh --
./install.sh --host
rm -rf $TEMP
exit 0
@ -48,15 +48,8 @@ function install_host {
echo "$i" already overriden
fi
done
source /etc/bash.bashrc
fi
}
function install_containers {

Loading…
Cancel
Save