From a7fb0508867ee53934be18a6606aa8bc12c2645b Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.12.19 Re-organize file structure. --- .../bootstrap/apt-source/install-apt-https.bash | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 docker/crupest-debian-dev/bootstrap/apt-source/install-apt-https.bash (limited to 'docker/crupest-debian-dev/bootstrap/apt-source/install-apt-https.bash') diff --git a/docker/crupest-debian-dev/bootstrap/apt-source/install-apt-https.bash b/docker/crupest-debian-dev/bootstrap/apt-source/install-apt-https.bash deleted file mode 100755 index 70fb371..0000000 --- a/docker/crupest-debian-dev/bootstrap/apt-source/install-apt-https.bash +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/env bash - -set -e - -echo "Install apt https transport." -apt-get update -apt-get install -y apt-utils -apt-get install -y apt-transport-https ca-certificates -- cgit v1.2.3