forked from fyglinfo/actions-openwrt-passwall
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# actions-openwrt-passwall | ||
|
||
- 感谢P3TERX/Actions-OpenWrt和Lienol/openwrt | ||
- 通过修改流程文件,使用Lienol's openwrt在线编译passwall服务固件 | ||
- 通过修改流程文件,使用Lienol's openwrt dev-19.0(平稳版)在线编译passwall服务固件, | ||
- 使用P3TERX/Actions-OpenWrt进阶玩法中的云menuconfig,直接 SSH 或 浏览器 到 Actions 进行操作(具体看[Actions OpenWrt PassWall|教程](https://mtom.ml/798.html)) | ||
- 在触发工作流程后,在 Actions 页面等待执行到SSH connection to Actions步骤,会出现下面的信息。 | ||
- To connect to this session copy-n-paste the following into a terminal or browser: | ||
- [ssh [email protected]] | ||
- [https://tmate.io/t/Y26QeagDtsPXp2mT6me5cnMRd] | ||
- 在触发工作流程后,在 Actions 页面等待执行到SSH connection to Actions步骤,会出现下面的信: | ||
To connect to this session copy-n-paste the following into a terminal or browser: | ||
[ssh [email protected]] | ||
[https://tmate.io/t/Y26QeagDtsPXp2mT6me5cnMRd] | ||
- 复制 SSH 连接命令粘贴到终端内执行,或者复制链接在浏览器中打开使用网页终端。 | ||
- cd openwrt && make menuconfig | ||
- 完成后按快捷键Ctrl+D或执行exit命令退出,后续编译工作将自动进行。 | ||
|