We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63d424 commit 14e1be5Copy full SHA for 14e1be5
build.sh
@@ -28,9 +28,8 @@ INPUT_CLONEZILLA="$1"
28
CLONEZILLACD="$2"
29
if [ -z "${DOWNLOAD_CLONEZILLA_PATH}" ]
30
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"
+ DOWNLOAD_CLONEZILLA_PATH="https://sourceforge.net/projects/clonezilla/files/clonezilla_live_alternative_testing/\
+20210505-hirsute/clonezilla-live-20210505-hirsute-amd64.iso/download"
34
fi
35
36
[ "$(whoami)" != "root" ] && { echo "[ERR] must be root to proceed"; exit 1; }
0 commit comments