From 8ed3aa7d186ec119cf994a304851ca917e24f06f Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:31:24 -0500 Subject: [PATCH] maybe this will work --- scripts/compress-diskimg.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/compress-diskimg.sh b/scripts/compress-diskimg.sh index 3b5ae0b..893e89c 100755 --- a/scripts/compress-diskimg.sh +++ b/scripts/compress-diskimg.sh @@ -2,9 +2,6 @@ # compresses the popcorn disk image with zstd # using compression level 19 -# workaround for this now being in the scripts directory -cd .. - # check if `zstd` is present if ! command -v zstd; then echo -e "\e[1;31merror:\e[0m command \"zstd\" is not present" 1>&2;