We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议描述 更新时能自动更新
可行的解决方案 json 存版本和 githubapi 对一下就行
其他 任何其他的内容。
The text was updated successfully, but these errors were encountered:
没必要吧,像我一样写个脚本启动的时候pull就行
Sorry, something went wrong.
start.sh
#!/bin/bash #update ./update.sh #start alist service systemctl start alist #run venv environment source venv/bin/activate #change directory to work root directory cd python-openbmclapi #Run program python3 main.py
update.sh
#!/bin/bash #Update cd python-openbmclapi git init git pull cd .. #Start venv environment #source venv/bin/activate #Install dependences #cd python-openbmclapi #pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
目前已实现自动同步面板 (v3) 可能下一次会出自动同步以.py结尾的更新(也可以不会)
No branches or pull requests
建议描述
更新时能自动更新
可行的解决方案
json 存版本和 githubapi 对一下就行
其他
任何其他的内容。
The text was updated successfully, but these errors were encountered: