Update bitmagnet

This commit is contained in:
tremor021 2025-05-14 17:06:41 +02:00
parent 7cd0eb9fca
commit 0e298adc05

View File

@ -47,7 +47,7 @@ $STD su - postgres -c "psql -c 'CREATE DATABASE bitmagnet;'"
echo "${RELEASE}" >/opt/bitmagnet_version.txt
msg_ok "Installed bitmagnet v${RELEASE}"
read -p -r "Enter your TMDB API key if you have one: " tmdbapikey
read -rp "Enter your TMDB API key if you have one: " tmdbapikey
msg_info "Enabling bitmagnet Service"
cat <<EOF >/etc/init.d/bitmagnet