Skip to content
Snippets Groups Projects
Verified Commit 781a5dbd authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/timezone' into hbl

parents 3b85c6e8 91dcc004
No related branches found
No related tags found
1 merge request!377Turris OS 5.2 (HBK)
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment