DebArrs/config/lidarr.config.sh

9 lines
323 B
Bash
Raw Normal View History

2024-05-19 14:02:06 +10:00
#!/usr/bin/env zsh
source ./apikeys.sh
export SECTION=sound
export JSON=$(curl -Ls https://api.github.com/repos/Lidarr/Lidarr/releases/latest --header "Authorization: Bearer $GITHUB_API_KEY" --header "X-GitHub-Api-Version: 2022-11-28")
export BRANCH=master
export DEPENDS="curl, mediainfo, sqlite3, libchromaprint-tools"