mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
update proxmox-biome-2.0.6-2
Signed-off-by: Wolfgang <github@linux-dude.de>
This commit is contained in:
4
build.sh
4
build.sh
@@ -290,11 +290,13 @@ EOF
|
|||||||
|
|
||||||
cd "${SOURCES}"
|
cd "${SOURCES}"
|
||||||
if [ "${BUILD_PACKAGE}" != "client" ]; then
|
if [ "${BUILD_PACKAGE}" != "client" ]; then
|
||||||
PROXMOX_BIOME_VER="2.0.6-1"
|
PROXMOX_BIOME_VER="2.0.6-2"
|
||||||
PROXMOX_BIOME_GIT="ddb28c67cad102cc8bbecbbaa1edc5d101c7f782" # 2.0.6-1
|
PROXMOX_BIOME_GIT="ddb28c67cad102cc8bbecbbaa1edc5d101c7f782" # 2.0.6-1
|
||||||
PROXMOX_BIOME_DOWNLOAD_VER=("=" "$PROXMOX_BIOME_VER")
|
PROXMOX_BIOME_DOWNLOAD_VER=("=" "$PROXMOX_BIOME_VER")
|
||||||
if [ "${HOST_ARCH}" = "amd64" ]; then
|
if [ "${HOST_ARCH}" = "amd64" ]; then
|
||||||
|
set +e
|
||||||
download_package devel proxmox-biome "${PROXMOX_BIOME_DOWNLOAD_VER[@]}" "${PACKAGES_BUILD}"
|
download_package devel proxmox-biome "${PROXMOX_BIOME_DOWNLOAD_VER[@]}" "${PACKAGES_BUILD}"
|
||||||
|
set -e
|
||||||
fi
|
fi
|
||||||
if [ ! -e "${PACKAGES_BUILD}/proxmox-biome_${PROXMOX_BIOME_VER}_${HOST_ARCH}.deb" ]; then
|
if [ ! -e "${PACKAGES_BUILD}/proxmox-biome_${PROXMOX_BIOME_VER}_${HOST_ARCH}.deb" ]; then
|
||||||
git_clone_or_fetch https://git.proxmox.com/git/proxmox-biome.git
|
git_clone_or_fetch https://git.proxmox.com/git/proxmox-biome.git
|
||||||
|
|||||||
Reference in New Issue
Block a user