From 9b92f3ec398fda85796500b09230fa5533da6574 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Wed, 15 Feb 2017 09:58:08 +0100 Subject: [PATCH] Upgrade to latest clonezilla version 2.5.0-5 --- scripts/download_clonezilla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_clonezilla.sh b/scripts/download_clonezilla.sh index 582ec1e..9a23de6 100755 --- a/scripts/download_clonezilla.sh +++ b/scripts/download_clonezilla.sh @@ -8,7 +8,7 @@ TFTP_ROOT="/var/lib/tftpboot" CZ_INSTALLER_DIR="${TFTP_ROOT}/installer/clonezilla" CZ_CONFIG_PXE="${CZ_INSTALLER_DIR}/menu.cfg.example" -CZ_VERSION="2.4.7-8" +CZ_VERSION="2.5.0-5" # Create directories and config file rm -rf "${CZ_INSTALLER_DIR}"