mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
Forget to code off-line-shell/GetNewestDebUrl.py
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
||||||
# 配置环境
|
# 配置环境
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install debootstrap xz-utils -y
|
sudo apt install python3-requests debootstrap xz-utils -y
|
||||||
cd ~
|
cd ~
|
||||||
mkdir package
|
mkdir package
|
||||||
# 部署 chroot 环境
|
# 部署 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])
|
||||||
Reference in New Issue
Block a user