diff --git a/.bzrignore b/.gitignore similarity index 100% rename from .bzrignore rename to .gitignore diff --git a/install.sh b/install.sh index 8638d53..0d3b374 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ if [ -x /srv/pandora ]; then else apt-get update -qq 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 "logging installation progress into pandora_install.log" export PANDORA=vagrant