瀏覽代碼

removed nano

master
Pascal Gloor 7 年之前
父節點
當前提交
61da078336
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      install.sh

+ 4
- 1
install.sh 查看文件

#!/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…
取消
儲存