Skip to content

Instantly share code, notes, and snippets.

View M-Endymion's full-sized avatar

Jason Ray (M-Endymion) M-Endymion

View GitHub Profile
@M-Endymion
M-Endymion / setup.bash
Created May 6, 2026 15:52
radarr/setup-patched.bash
#!/usr/bin/with-contenv bash
scriptVersion="1.3.2-patched"
SMA_PATH="/usr/local/sma"
if [ -f /config/setup_version.txt ]; then
# shellcheck disable=SC1091
source /config/setup_version.txt
if [ "${scriptVersion}" == "${setupversion:-}" ]; then
if apk --no-cache list | grep installed | grep opus-tools | read; then