Fix returning stor directory from database in uninstall, work on getting lxc-bootstrap working with debian

This commit is contained in:
Duncan Sommerville 2015-01-13 15:50:01 -05:00
parent 3908e82667
commit 9f6bd33076
2 changed files with 8 additions and 6 deletions

View file

@ -35,11 +35,11 @@ lxc-start -n ${name} -d
echo "...Done"
echo -e "\n * Running apt update..."
lxc-attach -n ${name} -e -- apt-get update
lxc-attach -n ${name} -- apt-get update
echo "...Done"
echo -e "\n * Installing git..."
lxc-attach -n ${name} -e -- apt-get -y --force-yes install git
lxc-attach -n ${name} -- apt-get -y --force-yes install git
echo "...Done"
echo -e "\n * Cloning Airtime..."