更新 install.sh
All checks were successful
Gitea Actions Build / build and releases (push) Successful in 10m18s

This commit is contained in:
Armamem0t 2025-06-18 22:19:07 +08:00
parent 495d24feca
commit 96b726efed
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B

View File

@ -1,13 +1,13 @@
curl -o releases.json https://git.mingliqiye.com/api/v1/repos/Actions/com.mingliqiye.gitea.releases/releases
FILENAME=$(python3 -c "
FILENAME=$(python -c "
import json;
with open('releases.json') as f:
data = json.load(f)
print(data[0]['assets'][0]['name'])
")
DOWNLOADURL=$(python3 -c "
DOWNLOADURL=$(python -c "
import json;
with open('releases.json') as f:
data = json.load(f)