some networking tools

This commit is contained in:
Andreas Fendt 2014-09-07 21:46:07 +02:00
parent 0901959d62
commit b3ac29c67f

View File

@ -12,7 +12,7 @@ function update-upgrade {
function common {
# default shell
apt-get install -y sudo tmux mc tree pv vim mosh
apt-get install -y sudo tmux mc tree pv vim mosh
# shell
apt-get install -y hh zsh
grep HH_CONFIG /etc/bash.bashrc || hh --show-configuration >> /etc/bash.bashrc
@ -25,7 +25,7 @@ function common {
# versioning
apt-get install -y git git-gui subversion libapache2-svn
# networking
apt-get install -y nfs-common cifs-utils aircrack-ng openvpn
apt-get install -y nfs-common cifs-utils aircrack-ng openvpn axel wget ethtool mii-tool
}
function common-end {
@ -104,4 +104,4 @@ do
;;
*) echo invalid option;;
esac
done
done