Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias
abb9db0058 frontend: chore: bump debian OS
Removed Debian version 11 from the operating systems list.
2025-11-01 12:26:14 +01:00
community-scripts-pr-app[bot]
9fa2670348 Update CHANGELOG.md (#8797)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 08:07:00 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,12 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2025-11-01
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- jellyfin: fix: initial update [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8784](https://github.com/community-scripts/ProxmoxVE/pull/8784))
## 2025-10-31
### 🚀 Updated Scripts

View File

@@ -58,8 +58,8 @@ export const OperatingSystems: OperatingSystem[] = [
{
name: "Debian",
versions: [
{ name: "11", slug: "bullseye" },
{ name: "12", slug: "bookworm" },
{ name: "13", slug: "trixie" },
],
},
{