Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/6463c85f05f386bc70b4e5f561689de04625433b?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -29,10 +29,10 @@ $STD apt-get update
DEBIAN_FRONTEND = noninteractive apt-get -o Dpkg::Options::= "--force-confold" install -qqy sonarr & >/dev/null
DEBIAN_FRONTEND = noninteractive apt-get -o Dpkg::Options::= "--force-confold" install -qqy sonarr & >/dev/null
if [ [ " ${ prompt ,, } " = ~ ^( y| yes) $ ] ] ; then
if [ [ " ${ prompt ,, } " = ~ ^( y| yes) $ ] ] ; then
systemctl stop sonarr.service
systemctl stop sonarr.service
wget -q https://download.sonarr.tv/v4/develop/4.0.0.697/Sonarr.develop.4.0.0.697.linux-x64.tar.gz
wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/develop/latest?version=4&os=linux'
tar -xzf Sonarr.develop.4.0.0.697.linux-x6 4.tar.gz
tar -xzf SonarrV 4.tar.gz
cp -r Sonarr/* /usr/lib/sonarr/bin
cp -r Sonarr/* /usr/lib/sonarr/bin
rm -rf Sonarr Sonarr.develop.4.0.0.697.linux-x6 4.tar.gz
rm -rf Sonarr SonarrV 4.tar.gz
sed -i 's|ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/var/lib/sonarr|ExecStart=/usr/lib/sonarr/bin/Sonarr -nobrowser -data=/var/lib/sonarr|' /lib/systemd/system/sonarr.service
sed -i 's|ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/var/lib/sonarr|ExecStart=/usr/lib/sonarr/bin/Sonarr -nobrowser -data=/var/lib/sonarr|' /lib/systemd/system/sonarr.service
sed -i 's/\(User=\|Group=\).*/\1root/' /lib/systemd/system/sonarr.service
sed -i 's/\(User=\|Group=\).*/\1root/' /lib/systemd/system/sonarr.service
systemctl daemon-reload
systemctl daemon-reload