We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c54e2c commit 6b711c3Copy full SHA for 6b711c3
update_crystalline.sh
@@ -7,5 +7,5 @@ crysatlline_path="${HOME}/.local/bin/crystalline"
7
curl \
8
-L https://github.com/elbywan/crystalline/releases/latest/download/crystalline_x86_64-apple-darwin.gz \
9
-o "${crysatlline_path}.gz" \
10
- && yes | gzip -d "${crysatlline_path}.gz" \
+ && yes | gzip -f -d "${crysatlline_path}.gz" \
11
&& chmod u+x "${crysatlline_path}"
0 commit comments