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