Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cbd1c350458f1dcf9bbdeae0da226522a3340b47?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update sonarr-v5-install.sh

pull/974/head
tteckster 2 years ago committed by GitHub
parent 2f8417c4ee
commit cbd1c35045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ msg_info "Installing Sonarr"
$STD apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
sh -c 'echo "deb https://apt.sonarr.tv/debian buster-develop main" > /etc/apt/sources.list.d/sonarr.list'
$STD apt-get update
$STD apt-get install -y sonarr
$STD apt-get -o Dpkg::Options::="--force-confold" install -y sonarr
msg_ok "Installed Sonarr"
PASS=$(grep -w "root" /etc/shadow | cut -b6)

Loading…
Cancel
Save

Powered by BW's shoe-string budget.