Skip to content

Instantly share code, notes, and snippets.

@un-def
Created April 23, 2015 07:21
Show Gist options
  • Save un-def/61e70e55beb6be5a00d9 to your computer and use it in GitHub Desktop.
Save un-def/61e70e55beb6be5a00d9 to your computer and use it in GitHub Desktop.
Update OpenWrt timezones from github.com/openwrt/luci
#!/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