1
0
Fork 0

add setup tools

This commit is contained in:
VirtuBox 2019-07-23 19:59:54 +02:00
parent b22cc1e2d2
commit 563f2f4a78
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 4 additions and 0 deletions

View File

@ -436,6 +436,10 @@ _NANO() {
nano -EB -C $HOME/.mybashrc/nanobackup "$@"
}
_SETUP_TOOLS() {
DEBIAN_FRONTEND=noninteractive $NEED_SUDO apt-get -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confold" -y install haveged curl git unzip zip htop nload nmon ntp gnupg gnupg2 wget pigz tree ccze
}
# enable color support of ls and also add handy aliases
# some more ls aliases
#alias wp='/usr/bin/wp --allow-root'