Merge branch 'master' of https://github.com/calamares/calamares into development
This commit is contained in:
commit
e23c92de5e
@ -55,8 +55,12 @@ requirements:
|
||||
# connectivity, though. Configuration is like in the locale module,
|
||||
# but remember to use a URL that returns full data **and** to
|
||||
# use a selector that will pick the country, not the timezone.
|
||||
#
|
||||
# To disable, either comment-out the entire section, or set
|
||||
# the *style* key to an unsupported format (e.g. `none`, as is
|
||||
# done here).
|
||||
|
||||
geoip:
|
||||
style: "xml"
|
||||
style: "none"
|
||||
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
||||
selector: "CountryCode" # blank uses default, which is wrong
|
||||
|
Loading…
Reference in New Issue
Block a user