refactor: Update apt-cacher setup script to use IP address instead of hostname for the proxy server

This commit is contained in:
Bram Kelchtermans 2024-07-01 21:14:12 +02:00
parent 00783bf268
commit 25141b254e
1 changed files with 1 additions and 1 deletions

View File

@ -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