diff options
Diffstat (limited to 'personal-pkgs-repo/files/updater.lua')
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 2bf7636..859c780 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -7,7 +7,7 @@ else DIE("Unsupported board!") end -Repository("personal-pkgs", "https://cynerd.cz/repo/turris3x/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/openwrt/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) |