From 4a28e68ec11c3bc3c8af1942f88c1b9c170c95b7 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 26 Nov 2017 19:31:36 +0100 Subject: [PATCH] Add apt-transport-https to basic packages --- 01-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic.sh b/01-basic.sh index a80cbe4..0cacb1b 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 file git htop ntp openssl sudo tree unzip vim +apt-get -y --no-install-recommends install apt-transport-https bash-completion ca-certificates file git htop ntp openssl sudo tree unzip vim ######