更新 install.sh
All checks were successful
Gitea Actions Build / build and releases (push) Successful in 10m18s
All checks were successful
Gitea Actions Build / build and releases (push) Successful in 10m18s
This commit is contained in:
parent
495d24feca
commit
96b726efed
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user