[yaml] fix geoip

This commit is contained in:
Philip Müller 2019-08-17 04:20:40 -04:00
parent 92e1bad570
commit 2d968e31f5

View file

@ -191,7 +191,7 @@ write_welcome_conf(){
echo 'geoip:' >> "$conf"
echo ' style: "json"' >> "$conf"
echo ' url: "https://geoip.kde.org/v1/calamares"' >> "$conf"
echo ' selector: ""' >> "$conf"
echo ' selector: "time_zone"' >> "$conf"
fi
}