We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8987a commit 11c62e9Copy full SHA for 11c62e9
install.sh
@@ -22,6 +22,7 @@ fi
22
23
# Detect OS
24
OS=""
25
+ARCH=""
26
BINARY_NAME=""
27
EXTENSION=""
28
@@ -45,7 +46,7 @@ fi
45
46
echo "✅ Detected OS: $OS"
47
48
# Download URL
-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}"
50
TEMP_DIR="/tmp/popcorn-cli-install"
51
INSTALL_DIR="$HOME/.local/bin"
52
0 commit comments