Add file utility to basic useful packages
This commit is contained in:
parent
85944f3bd7
commit
cd96122223
@ -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 git htop ntp openssl sudo unzip vim
|
||||
apt-get -y --no-install-recommends install bash-completion ca-certificates file git htop ntp openssl sudo unzip vim
|
||||
|
||||
|
||||
######
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove packages not necessary for release
|
||||
apt-get -y purge bash-completion git htop openssh-server vim
|
||||
apt-get -y purge bash-completion file git htop openssh-server vim
|
||||
apt-get -y --purge autoremove
|
||||
|
||||
# Clean package cache
|
||||
|
Loading…
Reference in New Issue
Block a user