Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8ed3aa7

Browse files
committed
maybe this will work
1 parent 2dfe8c4 commit 8ed3aa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/compress-diskimg.sh

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# compresses the popcorn disk image with zstd
33
# using compression level 19
44

5-
# workaround for this now being in the scripts directory
6-
cd ..
7-
85
# check if `zstd` is present
96
if ! command -v zstd; then
107
echo -e "\e[1;31merror:\e[0m command \"zstd\" is not present" 1>&2;

0 commit comments

Comments
 (0)