[postcfg] add geoip
This commit is contained in:
parent
4d29526206
commit
1ee2a76ef3
@ -70,7 +70,7 @@ class ConfigController:
|
||||
# Generate mirror list
|
||||
if exists(join(self.root, "usr/bin/pacman-mirrors")):
|
||||
if libcalamares.globalstorage.value("hasInternet"):
|
||||
target_env_call(["pacman-mirrors", "-g"])
|
||||
target_env_call(["pacman-mirrors", "-g", "--geoip"])
|
||||
else:
|
||||
self.copy_file('etc/pacman.d/mirrorlist')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user