Browse Source

removed nano

master
Pascal Gloor 5 years ago
parent
commit
61da078336
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      install.sh

+ 4
- 1
install.sh View File

#!/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

Loading…
Cancel
Save