diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-05-22 13:07:17 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-05-22 13:07:17 +0200 |
commit | cbc43166090e05a8d992e66fea4ed7eb0b7651f4 (patch) | |
tree | b204c753cd3f090d1caa8521acd33248acee9c75 | |
parent | f0cc52a5cb6e3b93eb8cb647b705f7b765447bca (diff) | |
download | openwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.tar.gz openwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.tar.bz2 openwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.zip |
updater.lua: add work routers
-rw-r--r-- | updater.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 2f6cdfd..c9f7407 100644 --- a/updater.lua +++ b/updater.lua @@ -43,6 +43,8 @@ elseif hostname == "turris-home" then vpn = true sentinel = true Install("transmission-daemon-openssl") +elseif hostname:match("^work-") then + tools = true end if tools then |