Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/0c543874c08ade531ed57bf296c83986c3257f49?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -37,18 +37,18 @@ $STD dpkg -i mongodb-org-server_3.6.23_amd64.deb
msg_ok "Installed MongoDB"
msg_ok "Installed MongoDB"
latest_url = $( curl -fsSL "https://www.tp-link.com/us/support/download/omada-software-controller/" | grep -o 'https://.*x64.deb' | head -n1)
latest_url = $( curl -fsSL "https://www.tp-link.com/us/support/download/omada-software-controller/" | grep -o 'https://.*x64.deb' | head -n1)
latest_version = $( basename " $latest_url " | sed -e 's/.*ller_//;s/_Li.*//' )
latest_version = $( basename " $latest_url " )
msg_info " Installing Omada Controller ${ latest_version } "
msg_info " Installing Omada Controller"
wget -qL ${ latest_url }
wget -qL ${ latest_url }
$STD dpkg -i Omada_SDN_Controller_ ${ latest_version } _Linux_x64.deb
$STD dpkg -i ${ latest_version }
msg_ok " Installed Omada Controller ${ latest_version } "
msg_ok " Installed Omada Controller"
motd_ssh
motd_ssh
customize
customize
msg_info "Cleaning up"
msg_info "Cleaning up"
rm -rf Omada_SDN_Controller_ ${ latest_version } _Linux_x64.deb mongodb-org-server_3.6.23_amd64.deb zulu-repo_1.0.0-3_all.deb libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
rm -rf ${ latest_version } mongodb-org-server_3.6.23_amd64.deb zulu-repo_1.0.0-3_all.deb libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
$STD apt-get autoremove
$STD apt-get autoremove
$STD apt-get autoclean
$STD apt-get autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"