5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/bash
|
|
#
|
|
# Add a feed source
|
|
echo 'src-git moruiris https://github.com/moruiris/openwrt-packages;lede' >>feeds.conf.default
|