From 4988898765c5eb25aa11242bedafaa8234f611c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 28 Nov 2018 18:20:41 +0100 Subject: personal-pkgs-repo: Install 6to4 on turris-prague --- personal-pkgs-repo/files/updater.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'personal-pkgs-repo/files/updater.lua') diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 228969d..5cf6d97 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -31,8 +31,11 @@ Install("grep", "coreutils-sha256sum") Install("iperf", "iperf3") Install("sysstat", "strace", "gdbserver") +-- Device specific if hostname == "turris-home" then Install("transmission-daemon-openssl") +elseif hostname == "turris-prague" then + Install("6to4") end -- Sentinel! -- cgit v1.2.3