1
0
mirror of https://github.com/hugoyue/Build-OpenWrt.git synced 2026-02-03 02:43:15 +08:00
Files
Build-OpenWrt/devices/K2P/diy-part1.sh
2022-01-29 17:45:34 +08:00

19 lines
496 B
Bash

#!/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
cat >> feeds.conf.default <<EOF
src-git kenzo https://github.com/kenzok8/openwrt-packages
EOF