From 4ecc5b0defd129ab6f36cd5a949b10ea2474909e Mon Sep 17 00:00:00 2001 From: j Date: Sun, 15 Nov 2015 15:38:58 +0100 Subject: [PATCH] use https://pan.do/ra-install --- .bzrignore => .gitignore | 0 install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .bzrignore => .gitignore (100%) 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