加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
customize.sh 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
eSir 提交于 2021-07-04 15:54 . Update customize.sh
#!/bin/bash
#=================================================
# Description: DIY script
# Lisence: MIT
# Author: eSirPlayground
# Youtube Channel: https://goo.gl/fvkdwm
#=================================================
#1. Modify default IP
sed -i 's/192.168.1.1/192.168.5.1/g' openwrt/package/base-files/files/bin/config_generate
#2. Replace with JerryKuKu’s Argon
#rm openwrt/package/lean/luci-theme-argon -rf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化