Skip to content

Commit

Permalink
scripts: fix install of crystalline
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed Nov 15, 2021
1 parent 2c54e2c commit 6b711c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_crystalline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ crysatlline_path="${HOME}/.local/bin/crystalline"
curl \
-L https://github.com/elbywan/crystalline/releases/latest/download/crystalline_x86_64-apple-darwin.gz \
-o "${crysatlline_path}.gz" \
&& yes | gzip -d "${crysatlline_path}.gz" \
&& yes | gzip -f -d "${crysatlline_path}.gz" \
&& chmod u+x "${crysatlline_path}"

0 comments on commit 6b711c3

Please sign in to comment.