We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc8050 + 5f3d54b commit fa05255Copy full SHA for fa05255
install.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/95689674
+FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/95708852
4
5
URL="$(wget -qO- https://api.github.com/repos/gustawdaniel/gpt-cli/releases/latest |\
6
jq -r '.assets[] | select(.name=="gpt-cli").browser_download_url')"
0 commit comments