Procházet zdrojové kódy

removed nano

master
Pascal Gloor před 6 roky
rodič
revize
61da078336
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4
    1
      install.sh

+ 4
- 1
install.sh Zobrazit soubor

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

Načítá se…
Zrušit
Uložit