3 # not caring enough about having a new firefox at the moment, so
6 # this was just under the comment "basic needed packages" in
12 if isdebian-stable
; then
13 pi firefox
/$codename-backports
15 # for a while, firefox/unstable did not have
16 # dependencies satisfied by testing packages, and i hit
17 # a conflict, it wanted a newer libfontconfig1, but
18 # emacs build-deps wanted an older one. In this case,
19 # I switch to using firefox-esr. note: They seem
20 # to release a new esr version every 9 months or so.
22 s
dd of
=/etc
/apt
/preferences.d
/firefox
<<'EOF'
24 Pin: release a=unstable
29 # # no hosts have nonfree firmware anymore, yay. but leaving commented,
30 # # as i might run into one for a little while still.
31 # p=firmware-linux-nonfree
32 # if apt-cache show $p &>/dev/null; then