mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-21 15:39:51 +08:00
Forget to code off-line-shell/GetNewestDebUrl.py
This commit is contained in:
parent
e811970e08
commit
02c882c33c
@ -16,7 +16,7 @@ jobs:
|
||||
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
||||
# 配置环境
|
||||
sudo apt update
|
||||
sudo apt install debootstrap xz-utils -y
|
||||
sudo apt install python3-requests debootstrap xz-utils -y
|
||||
cd ~
|
||||
mkdir package
|
||||
# 部署 chroot 环境
|
||||
|
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import json
|
||||
import requests
|
||||
print(requests.get("http://update.gfdgdxi.top/update.json").json()["Url"][0])
|
Loading…
x
Reference in New Issue
Block a user