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

Update yunohost-v5-install.sh

pull/930/head
tteckster 2 years ago committed by GitHub
parent 26da03b58e
commit 0d26ac813b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,6 +83,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.