Last active
August 1, 2025 21:43
-
-
Save heri16/b4b6023e351e5a807d923724240c4479 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Install dangerzone | |
brew install --cask dangerzone | |
/Applications/Dangerzone.app/Contents/MacOS/dangerzone-cli --set-container-runtime podman | |
podman machine init -v "${HOME}/Library/Caches:${HOME}/Library/Caches" | |
podman machine start | |
echo '<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>' > empty.svg | |
/Applications/Dangerzone.app/Contents/MacOS/dangerzone-cli --debug empty.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment