---- ====== change apt mirror ====== ---- why? mirrors.gigenet.com had [[.:issues:home_issues|issues]] on 9/12/2020. ===== original ===== pi@mnretrogamer014:~ $ cat /etc/apt/sources.list deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi pi@mnretrogamer014:~ $ ---- pick one & replace **http://raspbian.raspberrypi.org/raspbian/** on line 1 * [[https://www.raspbian.org/RaspbianMirrors]] ===== modified ===== pi@mnretrogamer014:~ $ sudo vi /etc/apt/sources.list pi@mnretrogamer014:~ $ cat /etc/apt/sources.list deb http://mirrors.ocf.berkeley.edu/raspbian/raspbian/ buster main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi pi@mnretrogamer014:~ $ sudo apt update pi@mnretrogamer014:~ $