refactor: Update apt-cacher setup script to use IP address instead of hostname for the proxy server
This commit is contained in:
parent
00783bf268
commit
25141b254e
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
echo 'Acquire::http { Proxy "http://apt-cacher.local:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
|
||||
echo 'Acquire::http { Proxy "http://192.168.179.107:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
|
Loading…
Reference in New Issue