Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4fecdcaa6a438bf024701a0f1773e31104922475?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
0 deletions
@ -65,6 +65,7 @@ function msg_ok() {
read -r -p "Would you like to use No Authentication? <y/N> " prompt
read -r -p "Would you like to use No Authentication? <y/N> " prompt
msg_info " Installing ${ APP } "
msg_info " Installing ${ APP } "
apt-get install -y curl & >/dev/null
RELEASE = $( curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g' )
RELEASE = $( curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g' )
curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE /linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin & >/dev/null
curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE /linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin & >/dev/null