rename the site
Some checks failed
Deploy HTML to Docker LXC / deploy (push) Failing after 2m20s

This commit is contained in:
Roberto Musso
2026-04-08 23:52:33 +02:00
parent ac4e4d531b
commit c60a9c2b1f
2 changed files with 3 additions and 3 deletions

View File

@@ -586,8 +586,8 @@
});
// --- Auto-detect OS & download latest release ---
const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuva/releases/latest';
const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuva/releases';
const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuvai/releases/latest';
const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuvai/releases';
function detectOS() {
const ua = navigator.userAgent || navigator.platform || '';