From c38841af935795cab25f0f95667fc655a73e3977 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 May 2024 16:54:32 +0200 Subject: fix install.sh use gzip --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 867a4154f..e3494d5d6 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -589,7 +589,7 @@ case $target { (( quiet )) || print Extracting installation archive... mount_fs "$rootpart" "$R" ext4 -xz -dc "$src" | (cd "$R"; tar -xpf -) +gzip -dc "$src" | (cd "$R"; tar -xpf -) if (( datafssz )); then mkdir -m0755 "$R"/data -- cgit v1.2.3