Add tree to basic useful packages

This commit is contained in:
Disassembler 2017-09-24 20:12:30 +02:00
parent 14a7bb4a68
commit 37ad3bc1c9
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ apt-get -y purge bsdmainutils dictionaries-common emacsen-common iamerican ibrit
# Install useful packages
apt-get -y update
apt-get -y --no-install-recommends install bash-completion ca-certificates file git htop ntp openssl sudo unzip vim
apt-get -y --no-install-recommends install bash-completion ca-certificates file git htop ntp openssl sudo tree unzip vim
######

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Remove packages not necessary for release
apt-get -y purge bash-completion file git htop openssh-server vim
apt-get -y purge bash-completion file git htop openssh-server tree vim
apt-get -y --purge autoremove
# Clean package cache