Add files via upload
This commit is contained in:
parent
e514e13912
commit
91bb17e848
18
OpenWrt/Redmi-AX6000/diy-part1.sh
Normal file
18
OpenWrt/Redmi-AX6000/diy-part1.sh
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the MIT License.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
# https://github.com/P3TERX/Actions-OpenWrt
|
||||||
|
# File name: diy-part1.sh
|
||||||
|
# Description: OpenWrt DIY script part 1 (Before Update feeds)
|
||||||
|
#
|
||||||
|
|
||||||
|
# Uncomment a feed source
|
||||||
|
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
|
||||||
|
|
||||||
|
# Add a feed source
|
||||||
|
#echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
|
||||||
|
#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
|
14
OpenWrt/Redmi-AX6000/diy-part2.sh
Normal file
14
OpenWrt/Redmi-AX6000/diy-part2.sh
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the MIT License.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
# https://github.com/P3TERX/Actions-OpenWrt
|
||||||
|
# File name: diy-part2.sh
|
||||||
|
# Description: OpenWrt DIY script part 2 (After Update feeds)
|
||||||
|
#
|
||||||
|
|
||||||
|
# Modify default IP
|
||||||
|
#sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate
|
Loading…
Reference in New Issue
Block a user