Explorar el Código

removed nano

master
Pascal Gloor hace 5 años
padre
commit
61da078336
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      install.sh

+ 4
- 1
install.sh Ver fichero

@@ -1,6 +1,6 @@
#!/bin/sh

apt-get install \
apt-get -y install \
build-essential \
linux-headers-amd64 \
iptables-persistent \
@@ -13,6 +13,9 @@ apt-get install \
tor \
rsync \
unbound \
vim-tiny

apt-get -y remove --purge nano


mount /dev/cdrom /mnt && cd /mnt && ./VBoxLinuxAdditions.run

Cargando…
Cancelar
Guardar