mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-08 16:21:31 +00:00
Fix geoip timezone detection.
This commit is contained in:
parent
6d0a95b5b6
commit
4091552f74
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
calamares-settings-ubuntu (6) cosmic; urgency=medium
|
||||||
|
|
||||||
* Fix translations for Calamares.
|
* Fix translations for Calamares.
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
region: "America"
|
region: "America"
|
||||||
zone: "New_York"
|
zone: "New_York"
|
||||||
localeGenPath: "/etc/locale.gen"
|
localeGenPath: "/etc/locale.gen"
|
||||||
geoipUrl: "freegeoip.net"
|
geoipUrl: "https://ipapi.co/json"
|
||||||
|
geoipStyle: "json"
|
||||||
|
geoipSelector: "timezone"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user