spvkgn / zapret-openwrt

Home Page:https://github.com/bol-van/zapret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

zapret-openwrt

docker run --rm -it --name openwrt openwrt/rootfs
cat << "EOF" > /tmp/public.key
untrusted comment: Zapret OpenWrt repo
RWSTOuDF+DZrAwxYFMJP+U1YZpaukPIXAn7mTZrs8FNKM5qlsGBw8fXj
EOF
opkg-key add /tmp/public.key && \
echo 'src/gz zapret_repo https://spvkgn.github.io/zapret-openwrt/SNAPSHOT/x86_64' >> /etc/opkg/customfeeds.conf && \
mkdir -p /var/lock/ && opkg update