Skip to content

Commit 11c62e9

Browse files
committed
installsujdhasdouihgsda
1 parent eb8987a commit 11c62e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fi
2222

2323
# Detect OS
2424
OS=""
25+
ARCH=""
2526
BINARY_NAME=""
2627
EXTENSION=""
2728

@@ -45,7 +46,7 @@ fi
4546
echo "✅ Detected OS: $OS"
4647

4748
# Download URL
48-
DOWNLOAD_URL="https://github.com/gpu-mode/popcorn-cli/releases/latest/popcorn-cli-${OS}${EXTENSION}"
49+
DOWNLOAD_URL="https://github.com/gpu-mode/popcorn-cli/releases/latest/download/popcorn-cli-${OS}${EXTENSION}"
4950
TEMP_DIR="/tmp/popcorn-cli-install"
5051
INSTALL_DIR="$HOME/.local/bin"
5152

0 commit comments

Comments
 (0)