Add tree to basic useful packages
This commit is contained in:
parent
14a7bb4a68
commit
37ad3bc1c9
@ -8,7 +8,7 @@ apt-get -y purge bsdmainutils dictionaries-common emacsen-common iamerican ibrit
|
|||||||
|
|
||||||
# Install useful packages
|
# Install useful packages
|
||||||
apt-get -y update
|
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
|
||||||
|
|
||||||
|
|
||||||
######
|
######
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Remove packages not necessary for release
|
# 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
|
apt-get -y --purge autoremove
|
||||||
|
|
||||||
# Clean package cache
|
# Clean package cache
|
||||||
|
Loading…
Reference in New Issue
Block a user