hey @mozilla, there's *many* issues with the .deb install instructions from https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions - where do i report this?
@mozilla 1. that gpg --import line is truly bizarre: if you want users to check the fingerprint, just use gpg --show-key < file
@mozilla 2. why install -d? mkdir should work fine there...
@mozilla 3. you're installing wget *after* using it
@mozilla 4. that multi-line echo is strange too, cat <<EOF is more idiomatic, i would also make the preferences addition optional
@mozilla more generally, it would have been nice to talk with, you know, Debian people if you wanted to host a Debian repository... maybe even, I dunno, talk with the actual Debian maintainers who have been packaging your software forever to see if you could collaborate? update: they did, sorry mozilla, good job! :)