Just copy the script and replace the package names with the ones you need. This is what works for me (/etc/updater/conf.d/vpn-policy-routing.lua
):
Repository('turris-652-packages', 'https://repo.turris.cz/archive/6.5.2/omnia/packages/packages', {
priority = 40,
ocsp = false,
pubkey = "file:///etc/updater/keys/release.pub"
})
Repository('turris-652-luci', 'https://repo.turris.cz/archive/6.5.2/omnia/packages/luci', {
priority = 40,
ocsp = false,
pubkey = "file:///etc/updater/keys/release.pub"
})
Install("vpn-policy-routing", {repository = {'turris-652-packages'}})
Install("luci-app-vpn-policy-routing", {repository = {'turris-652-luci'}})
Run pkgupdate
to apply.