apt/conf
This commit is contained in:
parent
c9c4aa9a6f
commit
67510c2dee
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue