if not version_match or not self_version or version_match(self_version, "<60.0.1") then DIE("Minimal required version of Updater-ng for Turris repository is 60.0.1!") end if true then -- Advanced dependencies guard Install("kmod-veth", { priority = 40 }) Install("lxc", { priority = 40 }) Install("lxc-attach", "lxc-auto", "lxc-console", "lxc-create", "lxc-info", "lxc-ls", "lxc-monitor", "lxc-monitord", "lxc-snapshot", "lxc-start", "lxc-stop", { priority = 40 }) Install("luci-app-lxc", { priority = 40 }) Install("foris-storage-plugin", { priority = 40 }) Install("gnupg", "gnupg-utils", "getopt", "tar", "wget", { priority = 40 }) end