local board if model:match('[Oo]mnia') then board = "omnia" elseif model:match('^[Tt]urris$') then board = "turris" else DIE("Unsupported board!") end Repository("personal-pkgs", "https://cynerd.cz/repo/turris3x/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) Install("personal-pkgs-repo") Package("personal-pkgs-repo", { replan = "finished" }) Install("shellrc-zsh", "shellrc-ash")