Skip to content

Commit c856e5c

Browse files
committed
feat: add Apt Cacher NG
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
1 parent 32be527 commit c856e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ubuntu.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ systemctl restart apt-cacher-ng
116116
### Client
117117

118118
```shell
119-
nano /etc/apt/apt.conf.d/00aptproxy
120-
Acquire::http::Proxy "http://your-server-ip:3142";
119+
echo "Acquire::http::Proxy \"http://aptcache.nicholaswilde.io:3142\";"| sudo tee /etc/apt/apt.conf.d/00aptproxy
121120
```
122121

123122
[1]: <https://fedingo.com/how-to-remove-snap-in-ubuntu/>

0 commit comments

Comments
 (0)