Fixed lxc-bootstrap to make a shallow clone, updated uninstall script, added initial debian wheezy requirements file
This commit is contained in:
parent
674b8c69e4
commit
e7490d6b2d
4 changed files with 85 additions and 10 deletions
|
@ -43,11 +43,7 @@ lxc-attach -n ${name} -e -- apt-get -y --force-yes install git
|
|||
echo "...Done"
|
||||
|
||||
echo -e "\n * Cloning Airtime..."
|
||||
lxc-attach -n ${name} -- git clone https://github.com/sourcefabric/Airtime.git /usr/share/Airtime
|
||||
echo "...Done"
|
||||
|
||||
echo -e "\n * Checking out installer branch..."
|
||||
lxc-attach -n ${name} -- git -C /usr/share/Airtime checkout 2.5.x-installer-monitless
|
||||
lxc-attach -n ${name} -- git clone https://github.com/sourcefabric/Airtime.git /usr/share/Airtime --branch 2.5.x-installer-monitless --depth 1
|
||||
echo "...Done"
|
||||
|
||||
echo -e "\n * Running installer..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue