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

Update olivetin.sh

pull/1063/head
tteckster 2 years ago committed by GitHub
parent 8f3e3f5248
commit 9e82e8c963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,6 @@ msg_info "Installing ${APP}"
RELEASE=$(curl -s https://api.github.com/repos/OliveTin/OliveTin/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') RELEASE=$(curl -s https://api.github.com/repos/OliveTin/OliveTin/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -q github.com/OliveTin/OliveTin/releases/download/$RELEASE/OliveTin_linux_amd64.deb wget -q github.com/OliveTin/OliveTin/releases/download/$RELEASE/OliveTin_linux_amd64.deb
dpkg -i OliveTin_linux_amd64.deb &>/dev/null dpkg -i OliveTin_linux_amd64.deb &>/dev/null
rm OliveTin_linux_amd64.deb
systemctl enable --now OliveTin &>/dev/null systemctl enable --now OliveTin &>/dev/null
# configuration file path /etc/OliveTin/config.yaml # configuration file path /etc/OliveTin/config.yaml
msg_ok "Installed ${APP} on $hostname" msg_ok "Installed ${APP} on $hostname"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.