fix(fleet): downgrade version from 13 to 12 in configuration files and scripts

fix(invidious): correct indentation in version retrieval
fix(fleet-install): switch from MariaDB to MySQL setup and update database creation logic
fix(tools): add MySQL repository handling in helper functions
This commit is contained in:
MickLesk
2026-05-18 14:27:58 +02:00
parent d73ac9566f
commit dd0b3c6538
5 changed files with 66 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
"version": "12"
}
}
],