]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
core160: add graphs.pl and getrrdimage.cgi
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 7bdeeaf62787a5b8160bc07debcb0a1c0a96c824..0baf2050de7a76699428c477930176a924cbc6d0 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 # If you update the version don't forget to update backupiso and add it to core update
-VERSION="2.25"                                                 # Version number
-CORE="159"                                                     # Core Level (Filename)
+VERSION="2.27"                                                 # Version number
+CORE="160"                                                     # Core Level (Filename)
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
 MAX_RETRIES=1                                                  # prefetch/check loop
@@ -1735,7 +1735,7 @@ build)
                        PACKAGENAME=${PACKAGE%.tar.zst}
                        print_build_stage "Packaged toolchain compilation"
                        if [ `md5sum $PACKAGE | awk '{print $1}'` == `cat $PACKAGENAME.md5 | awk '{print $1}'` ]; then
-                               tar axf $PACKAGE
+                               zstd -d < "${PACKAGE}" | tar x
                                prepareenv
                        else
                                exiterror "$PACKAGENAME md5 did not match, check downloaded package"