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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Save into ~/.local/bin/update-librewolf, ask your local llm to put it on your favorite schedule | |
| # Auto-update LibreWolf on macOS (Apple Silicon or Intel) | |
| # - Detect latest version and assets from Codeberg releases API | |
| # - Skip if already installed | |
| # - Download DMG, verify SHA256, install to /Applications |