forked from 0x2620/pandora
cleanup lxc instructions
This commit is contained in:
parent
11fa676c3d
commit
456e8a4d72
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
|||
Now login as ubuntu/ubuntu and run the following commands:
|
||||
|
||||
$ sudo su
|
||||
$ apt-get -y install avahi-daemon curl
|
||||
$ cd /root
|
||||
$ curl 'https://wiki.0x2620.org/browser/pandora/vm/firstboot.sh?format=txt' > firstboot.sh
|
||||
$ chmod +x firstboot
|
||||
$ apt-get -y install avahi-daemon
|
||||
$ chmod +x firstboot.sh
|
||||
$ sed -i s/ubuntu/pandora/g /etc/passwd /etc/shadow /etc/group
|
||||
$ mv /home/ubuntu /home/pandora
|
||||
$ echo "pandora:pandora" | chpasswd
|
||||
|
|
Loading…
Reference in a new issue