DebArrs/config/prowlarr.config.sh

9 lines
292 B
Bash
Executable file

#!/usr/bin/env zsh
source ./apikeys.sh
export SECTION=web
export JSON=$(curl -Ls https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest --header "Authorization: Bearer $GITHUB_API_KEY" --header "X-GitHub-Api-Version: 2022-11-28")
export BRANCH=master
export DEPENDS="curl, sqlite3"