From bac1e03de8bfccdbbffc8c9fac323292fb58120d Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Wed, 6 Aug 2025 17:25:43 +0000 Subject: [PATCH] update README Signed-off-by: Wolfgang --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1243965..88e231b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ ->[!IMPORTANT] ->**The main branch is currently experimental to build pbs 4.x for Debian/Trixie, the 3.x build script has moved to the stable-3 branch** -> ->**Latest release will continue to be the latest 3.x version.** - # proxmox-backup-arm64 Script for building Proxmox Backup Server **4.x** for **Debian/Trixie**
To build Proxmox Backup Server **3.x** for **Debian/Bookworm** use the stable-3 branch. @@ -12,15 +7,15 @@ At least 4 GB are required for compiling. On devices with low memory, SWAP must ## Download pre-built packages You can find unoffical debian packages for **Bookworm** or **Trixie** that are created with the build.sh script and github actions at https://github.com/wofferl/proxmox-backup-arm64/releases. -With the script you can also download all files of the latest **Debian/Bookworm** release at once +With the script you can also download all files of the latest **Debian/Trixie** release at once **Download and install** - ```./build.sh install``` or a specific version ```./build.sh install=4.0.8-1``` + ```./build.sh install``` or a specific version ```./build.sh install=4.0.11-2``` **Download only** -```./build.sh download``` or a specific verision ```./build.sh download=4.0.8-1``` +```./build.sh download``` or a specific verision ```./build.sh download=4.0.11-2``` ## Build manually ### Install build essentials and dependencies