1
0
mirror of https://github.com/P3TERX/Actions-OpenWrt.git synced 2024-09-20 16:20:49 +00:00
Actions-OpenWrt/diy-part1.sh
P3TERX decaa5c260
🕊️
2024-03-02 16:39:16 +08:00

19 lines
578 B
Bash
Executable File

#!/bin/bash
#
# https://github.com/P3TERX/Actions-OpenWrt
# File name: diy-part1.sh
# Description: OpenWrt DIY script part 1 (Before Update feeds)
#
# Copyright (c) 2019-2024 P3TERX <https://p3terx.com>
#
# This is free software, licensed under the MIT License.
# See /LICENSE for more information.
#
# 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