Add curl to useful basic packages

This commit is contained in:
Disassembler 2017-12-07 12:54:52 +01:00
parent 16cc8db32c
commit 8488f78ba0

View File

@ -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 apt-transport-https bash-completion ca-certificates file git htop ntp openssl sudo tree unzip vim apt-get -y --no-install-recommends install apt-transport-https bash-completion ca-certificates curl file git htop ntp openssl sudo tree unzip vim
###### ######