Friday, March 17, 2017

Raspberry-pi update without IPv6 checking


To prevent Raspberry-Pi to use IPv6 when updating:

Edit file /etc/apt/apt.conf.d/99force-ipv4,  and in it add:

Acquire::ForceIPv4 "true";

No comments:

Post a Comment