diff options
-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 859c780..a102956 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/openwrt/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris4x/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) |