use pan.do/ra-install in firstboot
This commit is contained in:
parent
8f6f39caaf
commit
041e442290
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue