注:如果提示软件无法安装,一般是因为没有执行 opkg update
目录:
- 支持 U 盘
- U 盘扩容
- 内网穿透
- 科学学习
- Supervisor
安装 supervisor
1
2
3
4
5
6
7
| opkg update
opkg install curl
opkg install python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip install supervisor
mkdir /var/log/supervisor
|