diff options
-rwxr-xr-x | retiolum/openwrt/updater | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/retiolum/openwrt/updater b/retiolum/openwrt/updater new file mode 100755 index 00000000..441bfbe2 --- /dev/null +++ b/retiolum/openwrt/updater @@ -0,0 +1,5 @@ +#!/bin/sh +cd /etc/tinc/retiolum/hosts +wget http://vpn.miefda.org/hosts.tar.gz +tar xzf hosts.tar.gz +rm hosts.tar.gz |