Update bitmagnet

This commit is contained in:
tremor021 2025-05-14 17:49:17 +02:00
parent a28751f37a
commit f5292249c3

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}"
${TAB} read -rp "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