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