Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/ecfb57a91937278a654632597b24a394028ab3c4?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
2 deletions
@ -18,14 +18,13 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y mc
$STD apt-get install -y gnupg
$STD apt-get install -y gnupg
$STD apt-key adv --fetch-keys 'https://packages.sury.org/php/apt.gpg'
$STD apt-get install -y apt-transport-https
$STD apt-get install -y apt-transport-https
$STD apt-get install -y lsb-release
$STD apt-get install -y lsb-release
$STD apt-get install -y ca-certificates
$STD apt-get install -y ca-certificates
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing YunoHost (Patience)"
msg_info "Installing YunoHost (Patience)"
wget -q -O /etc/apt/trusted.gpg.d/ php.gpg https://packages.sury.org/php/apt.gpg
curl -sSLo /usr/share/keyrings/deb.sury.org- php.gpg https://packages.sury.org/php/apt.gpg
$STD bash <( curl -fsSL https://install.yunohost.org) -a
$STD bash <( curl -fsSL https://install.yunohost.org) -a
msg_ok "Installed YunoHost"
msg_ok "Installed YunoHost"