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

Update apt-cacher-ng-install.sh

tweak `sed` command
pull/2345/head
tteckster 1 year ago committed by GitHub
parent 72fb5c396d
commit 87b7fc7a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Apt-Cacher NG" msg_info "Installing Apt-Cacher NG"
DEBIAN_FRONTEND=noninteractive $STD apt-get -o Dpkg::Options::="--force-confold" install -y apt-cacher-ng DEBIAN_FRONTEND=noninteractive $STD apt-get -o Dpkg::Options::="--force-confold" install -y apt-cacher-ng
sed -i 's/# \(PassThroughPattern: .* # this would allow CONNECT to everything\)/\1/' /etc/apt-cacher-ng/acng.conf sed -i 's/# PassThroughPattern: .* # this would allow CONNECT to everything/PassThroughPattern: .* /' /etc/apt-cacher-ng/acng.conf
systemctl enable -q --now apt-cacher-ng systemctl enable -q --now apt-cacher-ng
msg_ok "Installed Apt-Cacher NG" msg_ok "Installed Apt-Cacher NG"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.