apt/sources
This commit is contained in:
parent
1016240483
commit
3c3f8ffeca
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ apt_install_target() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
apt_sources_write() {
|
sh_apt_sources_write() {
|
||||||
printf "%s" "\
|
printf "%s" "\
|
||||||
deb https://deb.debian.org/debian \
|
deb https://deb.debian.org/debian \
|
||||||
${DEBIAN_CODENAME} main non-free-firmware contrib non-free
|
${DEBIAN_CODENAME} main non-free-firmware contrib non-free
|
||||||
|
|
|
@ -3,7 +3,7 @@ rescue_configure() {
|
||||||
# apt / conf
|
# apt / conf
|
||||||
apt_conf_write
|
apt_conf_write
|
||||||
# apt / sources
|
# apt / sources
|
||||||
apt_sources_write
|
sh_apt_sources_write
|
||||||
# bash / rc
|
# bash / rc
|
||||||
main_link_bashrc
|
main_link_bashrc
|
||||||
mv "${HOME}/.bashrc" "${HOME}/.bashrc.old"
|
mv "${HOME}/.bashrc" "${HOME}/.bashrc.old"
|
||||||
|
|
Loading…
Reference in a new issue