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
|
||||
}
|
||||
|
||||
apt_sources_write() {
|
||||
sh_apt_sources_write() {
|
||||
printf "%s" "\
|
||||
deb https://deb.debian.org/debian \
|
||||
${DEBIAN_CODENAME} main non-free-firmware contrib non-free
|
||||
|
|
|
@ -3,7 +3,7 @@ rescue_configure() {
|
|||
# apt / conf
|
||||
apt_conf_write
|
||||
# apt / sources
|
||||
apt_sources_write
|
||||
sh_apt_sources_write
|
||||
# bash / rc
|
||||
main_link_bashrc
|
||||
mv "${HOME}/.bashrc" "${HOME}/.bashrc.old"
|
||||
|
|
Loading…
Reference in a new issue