minideb: adjust proxy url to gog through Fabio

This commit is contained in:
Starbeamrainbowlabs 2020-09-05 21:41:13 +01:00
parent 891ba7ad12
commit 95071e4b37
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ image_version="${image_version:-buster}";
apply_patch_raspbian="${apply_patch_raspbian:-true}";
setup_proxy="${setup_proxy:-true}";
proxy_address="${proxy_address:-http://172.16.230.100:3142}";
proxy_address="${proxy_address:-http://apt-cacher-ng.mooncarrot.space:80}";
###############################################################################