From 8488f78ba0ffe9289b61b04b70894a99486a371c Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 7 Dec 2017 12:54:52 +0100 Subject: [PATCH] Add curl to useful basic packages --- 01-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic.sh b/01-basic.sh index 86848b1..1d4c7df 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 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 ######