Skip to content

Commit 14e1be5

Browse files
authored
Update build.sh
1 parent d63d424 commit 14e1be5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ INPUT_CLONEZILLA="$1"
2828
CLONEZILLACD="$2"
2929
if [ -z "${DOWNLOAD_CLONEZILLA_PATH}" ]
3030
then
31-
DOWNLOAD_CLONEZILLA_PATH="https://sourceforge.net/projects/clonezilla/files/\
32-
clonezilla_live_alternative\
33-
/20200703-focal/clonezilla-live-20200703-focal-amd64.iso/download"
31+
DOWNLOAD_CLONEZILLA_PATH="https://sourceforge.net/projects/clonezilla/files/clonezilla_live_alternative_testing/\
32+
20210505-hirsute/clonezilla-live-20210505-hirsute-amd64.iso/download"
3433
fi
3534

3635
[ "$(whoami)" != "root" ] && { echo "[ERR] must be root to proceed"; exit 1; }

0 commit comments

Comments
 (0)