add istore meta

This commit is contained in:
悟空的日常镜像仓库 2025-05-18 11:13:43 +08:00
parent b88bdd650d
commit 517c263255
2 changed files with 6 additions and 0 deletions

4
64bit/customfeeds.conf Normal file
View File

@ -0,0 +1,4 @@
# add your custom package feeds here
src/gz nas_core https://repo.istoreos.com/repo/aarch64_cortex-a53/nas
src/gz app https://repo.istoreos.com/repo/all/meta
src/gz nas_luci https://repo.istoreos.com/repo/all/nas_luci

View File

@ -67,6 +67,8 @@ do_istore() {
wget -O /bin/is-opkg https://cafe.cpolar.top/wkdaily/be3600/raw/branch/master/64bit/is-opkg.sh
chmod +x /bin/is-opkg
#添加istore软件源
wget -O /etc/opkg/customfeeds.conf https://cafe.cpolar.top/wkdaily/be3600/raw/branch/master/64bit/customfeeds.conf
}