update archives/binaries locations for the new server

This commit is contained in:
Jools Wills 2016-04-04 18:05:18 +01:00
parent bd732348fa
commit 13862c3e0a

View file

@ -29,9 +29,9 @@ function setup_env() {
fi
# set location of binary downloads
[[ "$__has_binaries" -eq 1 ]] && __binary_url="http://downloads.petrockblock.com/retropiebinaries/$__raspbian_name/$__platform"
[[ "$__has_binaries" -eq 1 ]] && __binary_url="http://files.retropie.org.uk/binaries/$__raspbian_name/$__platform"
__archive_url="http://downloads.petrockblock.com/retropiearchives"
__archive_url="http://files.retropie.org.uk/archives"
# -pipe is faster but will use more memory - so let's only add it if we have more thans 256M free ram.
[[ $__memory_phys -ge 256 ]] && __default_cflags+=" -pipe"