diff --git a/install-debian.sh b/install-debian.sh index 80d3ba4..6623931 100755 --- a/install-debian.sh +++ b/install-debian.sh @@ -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 \ No newline at end of file +done