force gitea sync

This commit is contained in:
CanbiZ (MickLesk)
2026-03-12 09:18:29 +01:00
parent 19cc18037c
commit 37e53c19ec
2 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ The App Deployer VM bridges the gap between CT install scripts (`install/*.sh`)
### Supported Operating Systems
| OS | Version | Codename | Cloud-Init |
| ---- | --------- | ---------- | ------------ |
| ------ | --------- | -------- | ---------- |
| Debian | 13 | Trixie | Optional |
| Debian | 12 | Bookworm | Optional |
| Ubuntu | 24.04 LTS | Noble | Required |
@@ -96,7 +96,7 @@ The update mechanism reuses the existing CT script logic. Since `pveversion` is
### Files
| File | Purpose |
| ------ | --------- |
| ----------------------- | ------------------------------------------- |
| `vm/app-deployer-vm.sh` | Main user-facing script |
| `misc/vm-app.func` | Core library for VM app deployment |
| `misc/vm-core.func` | Shared VM functions (colors, spinner, etc.) |
@@ -115,7 +115,7 @@ The update mechanism reuses the existing CT script logic. Since `pveversion` is
### Environment Variables (set during first-boot)
| Variable | Description |
| ---------- | ------------- |
| ----------------------- | ---------------------------------- |
| `FUNCTIONS_FILE_PATH` | Full contents of `install.func` |
| `APPLICATION` | App display name (e.g. "Yamtrack") |
| `app` | App identifier (e.g. "yamtrack") |

View File

@@ -395,7 +395,7 @@ select_storage() {
}
# ==============================================================================
# MAIN EXECUTION
# MAIN
# ==============================================================================
header_info