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
|
||||
apt-get update -qq
|
||||
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 "logging installation progress into pandora_install.log"
|
||||
export PANDORA=vagrant
|
||||
/vagrant/pandora_install.sh >/vagrant/pandora_install.log 2>&1
|
||||
rm /vagrant/pandora_install.sh
|
||||
/srv/pandora_install.sh >/srv/pandora_install.log 2>&1
|
||||
rm /srv/pandora_install.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue