From 491789bb0545878e6f97b053da95bf6c6894d911 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 2 Apr 2017 13:26:31 +0200 Subject: [PATCH] [postcfg] add geoip --- src/modules/postcfg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/postcfg/main.py b/src/modules/postcfg/main.py index aec8ae27c..81c7f53c7 100644 --- a/src/modules/postcfg/main.py +++ b/src/modules/postcfg/main.py @@ -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')