apt/sources

This commit is contained in:
Marc Beninca 2024-11-19 10:36:35 +01:00
parent 1016240483
commit 3c3f8ffeca
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"