kenzok8 / openwrt-packages

openwrt常用软件包
https://op.dllkids.xyz
6.49k stars 2.6k forks source link

error in first code #362

Closed mmpma closed 1 year ago

mmpma commented 1 year ago

why i get this error? root@X-WRT:~# sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default sed: feeds.conf.default: No such file or director

there isn't any toturial for install on xwrt?

HollyMadCow commented 1 year ago

edit file feeds.conf.default add

src-git small https://github.com/kenzok8/small

to the last line

then run ./scripts/feeds update -a && ./scripts/feeds install -a

mmpma commented 1 year ago

edit file feeds.conf.default add

src-git small https://github.com/kenzok8/small

to the last line

then run ./scripts/feeds update -a && ./scripts/feeds install -a

where is the location of file feeds.conf.default

kenzok8 commented 1 year ago

is this repo? https://github.com/x-wrt/x-wrt image

kenzok8 commented 1 year ago

Compile is not a root user, “feeds.conf.default” is in the wrt directory