Add file utility to basic useful packages

This commit is contained in:
Disassembler 2017-09-23 19:33:01 +02:00
parent 85944f3bd7
commit cd96122223
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 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
######

View File

@ -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