Skip to content

Commit

Permalink
fixed install script
Browse files Browse the repository at this point in the history
  • Loading branch information
oyakovlev committed Sep 13, 2024
1 parent 8e8a350 commit 5a39a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-shaper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir -p ~/.shaper && \
cd ~/.shaper && \
curl -L -s "https://github.com/icerockdev/shaper/releases/download/release%2F0.4.0/shaper-cli-0.5.0.zip" > cli.zip && \
curl -L -s "https://github.com/icerockdev/shaper/releases/download/release%2F0.5.0/shaper-cli-0.5.0.zip" > cli.zip && \
unzip -q cli.zip && \
rm cli.zip && \
rm -rf shaper-cli || true && \
Expand Down

0 comments on commit 5a39a57

Please sign in to comment.