1
1
Fork 0

removed server tips package from ubuntu prep script

This commit is contained in:
david 2014-12-26 12:12:55 +01:00
parent 612904151e
commit 1be2bd80b7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pkginstall()
apt-get update
apt-get dist-upgrade -y
apt-get install -y htop nload nmap tshark git-core \
curl wget dnsutils fortunes-ubuntu-server \
curl wget dnsutils \
vim zsh ncdu
}