#!/bin/sh | #!/bin/sh | ||||
apt-get install \ | |||||
apt-get -y install \ | |||||
build-essential \ | build-essential \ | ||||
linux-headers-amd64 \ | linux-headers-amd64 \ | ||||
iptables-persistent \ | iptables-persistent \ | ||||
tor \ | tor \ | ||||
rsync \ | rsync \ | ||||
unbound \ | unbound \ | ||||
vim-tiny | |||||
apt-get -y remove --purge nano | |||||
mount /dev/cdrom /mnt && cd /mnt && ./VBoxLinuxAdditions.run | mount /dev/cdrom /mnt && cd /mnt && ./VBoxLinuxAdditions.run |