Created
April 23, 2015 07:21
-
-
Save un-def/61e70e55beb6be5a00d9 to your computer and use it in GitHub Desktop.
Update OpenWrt timezones from github.com/openwrt/luci
This file contains 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 | |
for f in tzdata.lua tzoffset.lua | |
do | |
mv $f $f.bak | |
wget -nv --no-check-certificate https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/luasrc/sys/zoneinfo/$f | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment