Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/5f75108ff3cdab459688c756c49a0fea21a8c0ba?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -87,8 +87,8 @@ msg_ok "Set Up Hardware Acceleration"
LATEST = $( curl -sL https://api.github.com/repos/MediaBrowser/Emby.Releases/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
LATEST = $( curl -sL https://api.github.com/repos/MediaBrowser/Emby.Releases/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
msg_info "Installing Emby"
msg_info "Installing Emby"
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/${ LATEST } /emby-server-deb_${ LATEST } _amd64.deb & >/dev/null
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.7.6.0/emby-server-deb_4.7.6.0 _amd64.deb & >/dev/null
dpkg -i emby-server-deb_${ LATEST } _amd64.deb & >/dev/null
dpkg -i emby-server-deb_4.7.6.0 _amd64.deb & >/dev/null
msg_ok "Installed Emby"
msg_ok "Installed Emby"
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;