From 67510c2deef3e119022493ab200895e3687dad4e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 19 Nov 2024 10:39:25 +0100 Subject: [PATCH] apt/conf --- sh/debian.sh | 2 +- sh/rescue/common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/debian.sh b/sh/debian.sh index c4deb80..97bb8d3 100644 --- a/sh/debian.sh +++ b/sh/debian.sh @@ -8,7 +8,7 @@ sh_apt_clean() { clean } -apt_conf_write() { +sh_apt_conf_write() { printf "\ Acquire::AllowInsecureRepositories False; Acquire::AllowWeakRepositories False; diff --git a/sh/rescue/common.sh b/sh/rescue/common.sh index ecc21c2..3f026e7 100644 --- a/sh/rescue/common.sh +++ b/sh/rescue/common.sh @@ -1,7 +1,7 @@ rescue_configure() { local hostname="${1}" # apt / conf - apt_conf_write + sh_apt_conf_write # apt / sources sh_apt_sources_write # bash / rc