Skip to content
Snippets Groups Projects
Verified Commit 91dcc004 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse: Committed by Karel Koci
Browse files

lists/base: Add all zoneinfo files

Settting timezone doesn't work without those.
parent 135daa8f
1 merge request!251lists/base: Add all zoneinfo files
......@@ -9,6 +9,12 @@ list_script('luci.lua')
list_script('foris.lua')
list_script('terminal-apps.lua')
-- Install various timezone information so local time would work
zoneinfo = {"core", "atlantic", "asia", "africa", "australia-nz", "europe", "northamerica", "india", "pacific", "poles", "simple", "southamerica"}
for _, zone in pairs(zoneinfo) do
Install("zoneinfo-" .. zone, { priority = 40 })
end
-- WebAPPs
Install("turris-webapps", { priority = 40 })
Install("turris-webapps-netdata", { condition = "netdata", priority = 40 })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment