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

Update adguard_setup.sh

pull/10/head
tteckster 3 years ago committed by GitHub
parent f96fb6b27a
commit 84f491ff91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null
msg "Installing Prerequisites..."
apt-get -qqy install \
apt-get install \
curl \
sudo &>/dev/null
@ -55,4 +55,4 @@ systemctl daemon-reload
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg "Cleanup..."
rm -rf /adguard_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
rm -rf /adguard_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*

Loading…
Cancel
Save

Powered by BW's shoe-string budget.