Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bioforestchain/plaoc-upgrade
plaoc 自动化升级脚本
https://github.com/bioforestchain/plaoc-upgrade
Last synced: 9 days ago
JSON representation
plaoc 自动化升级脚本
- Host: GitHub
- URL: https://github.com/bioforestchain/plaoc-upgrade
- Owner: BioforestChain
- Created: 2024-05-14T01:20:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T10:33:41.000Z (6 months ago)
- Last Synced: 2024-05-16T22:00:50.690Z (6 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plaoc-upgrade
##运行脚本
deno run -A ./auto_updates.ts
##验证打包
在bundle文件夹里面起一个服务器 python3 -m http.server
在浏览器里输入: dweb://install?url=http://localhost:8000/metadata.json##Windows 环境注意事项
需要安装nodejs
需要安装deno
需要安装plaoc 命令: npm i -g @plaoc/cli
脚本不要在C盘运行,会提示权限问题