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

Update scrypted-install.sh

add avahi-daemon
pull/1343/head
tteckster 2 years ago committed by GitHub
parent d14a41e94e
commit 3492971e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get -y install software-properties-common apt-utils $STD apt-get -y install software-properties-common apt-utils
$STD apt-get -y update $STD apt-get -y update
$STD apt-get -y upgrade $STD apt-get -y upgrade
$STD apt-get install -y avahi-daemon
$STD apt-get -y install \ $STD apt-get -y install \
build-essential \ build-essential \
gcc \ gcc \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.