Fix geoip timezone detection.

This commit is contained in:
Simon Quigley 2018-07-11 22:38:45 -05:00
parent 6d0a95b5b6
commit 4091552f74
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares-settings-ubuntu (7) UNRELEASED; urgency=medium
* Fix geoip timezone detection.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 11 Jul 2018 22:35:58 -0500
calamares-settings-ubuntu (6) cosmic; urgency=medium
* Fix translations for Calamares.

View File

@ -2,4 +2,6 @@
region: "America"
zone: "New_York"
localeGenPath: "/etc/locale.gen"
geoipUrl: "freegeoip.net"
geoipUrl: "https://ipapi.co/json"
geoipStyle: "json"
geoipSelector: "timezone"