Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
set -eu
|
| 3 |
|
| 4 |
-
REPO_API_URL="https://api.github.com/repos/caidaoli/
|
| 5 |
EXTRACT_DIR="/tmp/cliproxyapi"
|
| 6 |
|
| 7 |
asset_url="$({
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
set -eu
|
| 3 |
|
| 4 |
+
REPO_API_URL="https://api.github.com/repos/caidaoli/ccload/releases/latest"
|
| 5 |
EXTRACT_DIR="/tmp/cliproxyapi"
|
| 6 |
|
| 7 |
asset_url="$({
|