Commit Graph

2 Commits

Author SHA1 Message Date
tecnotel 1d3ac4296a fix(bootstrap): supporto Ubuntu 26.04 LTS anche nel bootstrap one-liner
Il bootstrap.sh aveva un check OS duplicato di quello in first-setup.sh
("" != "24.04") che bloccava l'installazione su 26.04
PRIMA di scaricare il repo. Applico la stessa logica multi-version
SUPPORTED_VERSIONS=("24.04" "26.04") gia' presente in first-setup.sh.

Bug rilevato in field-test on Ubuntu 26.04 ASREM 12/05/26.
2026-05-12 11:50:12 +02:00
Tecnotel 5e9a916515 feat(phase6): wizard licenza + bootstrap one-liner
- first-setup.sh: rimosso token hardcoded + clone/venv spostati nel wizard
- setup_server.py: step licenza (verify Ed25519, machine_id match) + clone
  argos con URL autenticato da license.json
- setup.html: nuovo step 1 'Licenza ARGOS' con machine_id display + upload
- bootstrap.sh: one-liner installer per setup rapido su VM vergine
- README: documentazione flusso nuovo
2026-04-20 14:27:10 +02:00