From 37ad3bc1c90d491285cbb5136293e4e73fde7943 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 24 Sep 2017 20:12:30 +0200 Subject: [PATCH] Add tree to basic useful packages --- 01-basic.sh | 2 +- 99-cleanup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01-basic.sh b/01-basic.sh index d9ac865..cbf16ac 100755 --- a/01-basic.sh +++ b/01-basic.sh @@ -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 ###### diff --git a/99-cleanup.sh b/99-cleanup.sh index 23376c3..463c620 100755 --- a/99-cleanup.sh +++ b/99-cleanup.sh @@ -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