From 5a39a573dbcd758158f5bea1e1c05f74acf068aa Mon Sep 17 00:00:00 2001 From: Oleg Yakovlev Date: Fri, 13 Sep 2024 11:41:59 +0700 Subject: [PATCH] fixed install script --- install-shaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-shaper.sh b/install-shaper.sh index 341c1bc..e878809 100755 --- a/install-shaper.sh +++ b/install-shaper.sh @@ -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 && \