forked from 0x2620/pandora
permissions
This commit is contained in:
parent
cc6f04148a
commit
2aa86e2d56
3 changed files with 11 additions and 4 deletions
7
vm/firstboot.sh
Executable file
7
vm/firstboot.sh
Executable file
|
|
@ -0,0 +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
|
||||
chmod 755 /root/pandora_install.sh
|
||||
/root/pandora_install.sh >/root/pandora_install.log 2>&1
|
||||
rm /root/pandora_install.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue