Fix returning stor directory from database in uninstall, work on getting lxc-bootstrap working with debian
This commit is contained in:
parent
3908e82667
commit
9f6bd33076
2 changed files with 8 additions and 6 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue