pandora/vm/firstboot.sh
2015-03-20 14:58:03 +05:30

7 lines
277 B
Bash
Executable file

#!/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
chmod 755 /root/pandora_install.sh
/root/pandora_install.sh >/root/pandora_install.log 2>&1
rm /root/pandora_install.sh