Skip to content

Commit

Permalink
update v2iplimit.sh version
Browse files Browse the repository at this point in the history
  • Loading branch information
houshmand-2005 authored Jul 22, 2024
1 parent 9f163e9 commit 8be64f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2iplimit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ download_program() {
local filename

if [ "$architecture" == "x86_64" ]; then
url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.5/v2iplimit_amd64_linux.bin"
url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.6/v2iplimit_amd64_linux.bin"
filename="v2iplimit_amd64.bin"
elif [ "$architecture" == "aarch64" ]; then
url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.5/v2iplimit_arm64_linux.bin"
url="https://github.com/houshmand-2005/V2IpLimit/releases/download/1.0.6/v2iplimit_arm64_linux.bin"
filename="v2iplimit_arm64.bin"
else
echo "Unsupported architecture: $architecture"
Expand Down

0 comments on commit 8be64f7

Please sign in to comment.