From 041e442290642c6d5955a46bf52945bf43fcb0a6 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 20 Nov 2015 18:21:38 +0100 Subject: [PATCH] use pan.do/ra-install in firstboot --- vm/firstboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index 9df6cfd5..53af4739 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -1,7 +1,7 @@ #!/bin/sh apt-get update -q apt-get install -y curl -curl https://wiki.0x2620.org/browser/pandora/vm/pandora_install.sh?format=txt > /root/pandora_install.sh +curl -L https://pan.do/ra-install > /root/pandora_install.sh chmod 755 /root/pandora_install.sh /root/pandora_install.sh >/root/pandora_install.log 2>&1 rm /root/pandora_install.sh