Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Update apt-cacher-ng-install.sh
Browse files Browse the repository at this point in the history
remove space in sed command
  • Loading branch information
tteck authored Jan 20, 2024
1 parent 052b2f3 commit e6e2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/apt-cacher-ng-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"

msg_info "Installing 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/PassThroughPattern: .* /' /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
msg_ok "Installed Apt-Cacher NG"

Expand Down

0 comments on commit e6e2b98

Please sign in to comment.