printf
This commit is contained in:
parent
48e29b9e60
commit
b693e17e29
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Dir::Etc::SourceParts \"\";
|
||||||
Dpkg::Progress True;
|
Dpkg::Progress True;
|
||||||
" >"/etc/apt/apt.conf.d/apt.conf"
|
" >"/etc/apt/apt.conf.d/apt.conf"
|
||||||
# apt / sources
|
# apt / sources
|
||||||
printf "\
|
printf "%s" "\
|
||||||
deb https://deb.debian.org/debian ${release} main non-free-firmware contrib non-free
|
deb https://deb.debian.org/debian ${release} main non-free-firmware contrib non-free
|
||||||
deb https://deb.debian.org/debian ${release}-backports main non-free-firmware contrib non-free
|
deb https://deb.debian.org/debian ${release}-backports main non-free-firmware contrib non-free
|
||||||
deb https://deb.debian.org/debian ${release}-updates main non-free-firmware contrib non-free
|
deb https://deb.debian.org/debian ${release}-updates main non-free-firmware contrib non-free
|
||||||
|
|
Loading…
Reference in a new issue