Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- echo "Enter IP of APT-cacher Server
- 124.158.108.139
- "
- read IP
- echo 'Acquire::http::Proxy "http://'${IP}':3142/apt-cacher/";' > /etc/apt/apt.conf.d/01proxy
- echo
- cat /etc/apt/apt.conf.d/01proxy
Advertisement
Add Comment
Please, Sign In to add comment