diff --git a/01-basic.sh b/01-basic.sh index a241e97..d9ac865 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 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 ###### diff --git a/99-cleanup.sh b/99-cleanup.sh index 1427e4c..23376c3 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 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