Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/454f8d696edf958f87dd55848187b18b2760dfe7?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
2 deletions
@ -92,8 +92,9 @@ $STD apt-get install -y gnupg2
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Setting up InfluxDB Repository"
msg_info "Setting up InfluxDB Repository"
$STD apt-key add <( curl -fsSL https://repos.influxdata.com/influxdb.key)
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
sh -c 'echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" > sudo tee /etc/apt/sources.list.d/influxdb.list'
$STD gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main" > /etc/apt/sources.list.d/influxdata.list'
msg_ok "Set up InfluxDB Repository"
msg_ok "Set up InfluxDB Repository"
read -r -p "Which version of InfluxDB to install? (1 or 2) " prompt
read -r -p "Which version of InfluxDB to install? (1 or 2) " prompt