From 22b40d7446082cce1f09104b61e7f74d0ccdce29 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 29 Jul 2022 21:19:28 +0200 Subject: [PATCH] Remove `apt-transport-https` installation from Ubuntu install script As HTTPS transport has been available by default in `apt` since 1.5, `apt-transport-https` has become a dummy transitional package whose installation isn't needed on any of the supported Ubuntu releases (oldest supported release, Focal, is using `apt` 1.6). This commit removes `apt-transport-https` installation from Ubuntu install script to prevent installation of unnecessary package. --- install-ubuntu.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install-ubuntu.sh b/install-ubuntu.sh index 2f51c95e08..cb56951f8a 100644 --- a/install-ubuntu.sh +++ b/install-ubuntu.sh @@ -14,12 +14,6 @@ $SUDO sh <