This commit is contained in:
Marc Beninca 2024-11-19 10:39:25 +01:00
parent c9c4aa9a6f
commit 67510c2dee
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ sh_apt_clean() {
clean clean
} }
apt_conf_write() { sh_apt_conf_write() {
printf "\ printf "\
Acquire::AllowInsecureRepositories False; Acquire::AllowInsecureRepositories False;
Acquire::AllowWeakRepositories False; Acquire::AllowWeakRepositories False;

View file

@ -1,7 +1,7 @@
rescue_configure() { rescue_configure() {
local hostname="${1}" local hostname="${1}"
# apt / conf # apt / conf
apt_conf_write sh_apt_conf_write
# apt / sources # apt / sources
sh_apt_sources_write sh_apt_sources_write
# bash / rc # bash / rc