[proxy] 使用proxy

This commit is contained in:
li_chx 2026-05-07 00:00:50 +08:00
parent cb174c295d
commit e23b70a837
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ def TaskFailRetryWithNoProxy(command:str)->int:
cp.RetryCommand("maa run startup") cp.RetryCommand("maa run startup")
return result return result
# update # update
cp.CommandWithNoProxy("maa update") cp.Command("maa update")
cp.CommandWithNoProxy("maa self update") cp.Command("maa self update")
# fire it up # fire it up
cp.Command("docker stop redroid") cp.Command("docker stop redroid")
redroid_path = os.getenv('redroid_path', "/home/lichx/.config/redroid-rk3588/") redroid_path = os.getenv('redroid_path', "/home/lichx/.config/redroid-rk3588/")