-
-
Save envieid0c/f2795273113a9c509ad8a4ba37866ab7 to your computer and use it in GitHub Desktop.
Update OpenWrt timezones from github.com/openwrt/luci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd /usr/lib/lua/luci/sys/zoneinfo | |
mv tzdata.lua tzdata.lua.bak | |
mv tzoffset.lua tzoffset.bak | |
wget --no-check-certificate https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua | |
wget --no-check-certificate https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment