📣 获取其他软件包 / How to Get Other Packages
方式 1:添加软件源 / Method 1: Add Software Source
- 请按照 openwrt-passwall-build 仓库的说明,将其提供的软件源添加到设备中,然后直接使用包管理器安装。
Follow the instructions in the openwrt-passwall-build repository to add the provided software source to your device, then install directly using the package manager.
方式 2:手动下载并安装 / Method 2: Manual Download and Install
-
从 SourceForge 下载预构建的软件包。
Download prebuilt packages from SourceForge. -
将文件上传到您的设备,使用 Shell 命令进行安装。
Upload files to your device, install it with shell command.
ipk
opkg install /path/to/package.ipk
apk
apk add /path/to/package.apk
⚠️ 请将 /path/to/package 替换为实际下载的软件包路径。
- Replace /path/to/package with the actual path of the downloaded packages.