-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能修复一下吗?adguardhome 一直有错。 #232
Comments
全新安装的,一直有错。 |
行么? |
明天我本地编译下,看下是否会出错,再解决 |
adg哪有这么麻烦,直接官方openwrt feed 下修改,每次build 永远是最新版本 # AdGuardHome Beta - Fix build with go17.x
pushd feeds/packages
adguardhome_version=`curl -s "https://api.github.com/repos/AdguardTeam/AdGuardHome/releases" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g' | awk -F "v" '{print $2}'`
sed -ri "s/(PKG_VERSION:=)[^\"]*/\1$adguardhome_version/" net/adguardhome/Makefile
sed -i 's/release/beta/g' net/adguardhome/Makefile
sed -i 's/.*PKG_MIRROR_HASH.*/#&/' net/adguardhome/Makefile
sed -i '/init/d' net/adguardhome/Makefile
popd |
本地编译可以复现同样的问题,建议更新一下 |
你这只是缺少依赖,自己补齐就行了 |
大佬你好,云编译还是会出错 1486 1495 1499 1504 1508 1510 1516 |
install -a 时,出错如下。
WARNING: Makefile 'package/feeds/kenzo/adguardhome/Makefile' has a build dependency on 'node-yarn/host', which does not exist
WARNING: Makefile 'package/feeds/kenzo/adguardhome/Makefile' has a build dependency on 'packr/host', which does not exist
Installing all packages from feed packages.
The text was updated successfully, but these errors were encountered: