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}"