fix install
This commit is contained in:
parent
4ecc5b0def
commit
42113ccaf9
1 changed files with 4 additions and 3 deletions
|
@ -4,10 +4,11 @@ if [ -x /srv/pandora ]; then
|
||||||
else
|
else
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y curl >/dev/null 2>&1
|
apt-get install -y curl >/dev/null 2>&1
|
||||||
curl -L https://pan.do/ra-install > /vagrant/pandora_install.sh
|
curl -sL https://pan.do/ra-install > /srv/pandora_install.sh
|
||||||
|
chmod +x /srv/pandora_install.sh
|
||||||
echo "Installing pan.do/ra..."
|
echo "Installing pan.do/ra..."
|
||||||
echo "logging installation progress into pandora_install.log"
|
echo "logging installation progress into pandora_install.log"
|
||||||
export PANDORA=vagrant
|
export PANDORA=vagrant
|
||||||
/vagrant/pandora_install.sh >/vagrant/pandora_install.log 2>&1
|
/srv/pandora_install.sh >/srv/pandora_install.log 2>&1
|
||||||
rm /vagrant/pandora_install.sh
|
rm /srv/pandora_install.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue