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 { function common {
# default shell # 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 # shell
apt-get install -y hh zsh apt-get install -y hh zsh
grep HH_CONFIG /etc/bash.bashrc || hh --show-configuration >> /etc/bash.bashrc grep HH_CONFIG /etc/bash.bashrc || hh --show-configuration >> /etc/bash.bashrc
@ -25,7 +25,7 @@ function common {
# versioning # versioning
apt-get install -y git git-gui subversion libapache2-svn apt-get install -y git git-gui subversion libapache2-svn
# networking # 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 { function common-end {
@ -104,4 +104,4 @@ do
;; ;;
*) echo invalid option;; *) echo invalid option;;
esac esac
done done