This commit is contained in:
parent
fb4757e0d8
commit
4ecc5b0def
2 changed files with 1 additions and 1 deletions
0
.bzrignore → .gitignore
vendored
0
.bzrignore → .gitignore
vendored
|
@ -4,7 +4,7 @@ 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 https://wiki.0x2620.org/browser/pandora/vm/pandora_install.sh?format=txt > /vagrant/pandora_install.sh 2>/dev/null
|
curl -L https://pan.do/ra-install > /vagrant/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
|
||||||
|
|
Loading…
Reference in a new issue