freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.35k stars 152 forks source link

No Match Found #805

Closed sunflowerno0b closed 1 month ago

sunflowerno0b commented 1 month ago

Hi team,

Trying to download Dangerzone to Debian 12 Bookworm. Including the output from trying to play around with the `$ {VERSION CODENAME?} but the options I tried to do did not work. Tried searching closed issues but didn't find anything relevant to my specific issue. Any help would be appreciated., thanks! no match error

eloquence commented 1 month ago

The sample commands assume the bash shell, rather than zsh which you are using. Try invoking bash before running the commands - does that help?

(You can copy the commands exactly as written in the docs; there should be no need to futz with the version variable -- if copied as-is, it will be expanded into the version codename sourced from /etc/os-release in the previous command.)

apyrgio commented 1 month ago

Oh, I just realized that we don't quote this command. If we do so, we can let zsh users run our instructions. I've sent a quick fix for this (#806). Thanks for spotting it @sunflowerno0b.