Skip to content

Commit 6b711c3

Browse files
committed
scripts: fix install of crystalline
1 parent 2c54e2c commit 6b711c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_crystalline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ crysatlline_path="${HOME}/.local/bin/crystalline"
77
curl \
88
-L https://github.com/elbywan/crystalline/releases/latest/download/crystalline_x86_64-apple-darwin.gz \
99
-o "${crysatlline_path}.gz" \
10-
&& yes | gzip -d "${crysatlline_path}.gz" \
10+
&& yes | gzip -f -d "${crysatlline_path}.gz" \
1111
&& chmod u+x "${crysatlline_path}"

0 commit comments

Comments
 (0)