feat: increase default disk size to 60GB in LocalAGI installation scripts

This commit is contained in:
John Doe
2026-03-04 00:29:38 -05:00
parent 4cdfa49460
commit 390f2ff178
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 30,
"hdd": 60,
"os": "Debian",
"version": "13"
}