linkease / istore

一个 Openwrt 标准的软件中心,纯脚本实现,只依赖Openwrt标准组件。支持其它固件开发者集成到自己的固件里面。更方便入门用户搜索安装插件。The iStore is a app store for OpenWRT
MIT License
1.46k stars 329 forks source link

istore提示更新,但是无效 #20

Closed HiJwm closed 2 years ago

HiJwm commented 2 years ago

istore提示有更新,但是实际无法更新。望老大可以解决。

jjm2473 commented 2 years ago

测试了可以更新到0.1.9,如果不能更新,终端执行 is-opkg check_self_upgrade ; is-opkg do_self_upgrade 看看输出什么

guaotiantang commented 2 years ago

curl: (22) The requested URL returned error: 404

jjm2473 commented 2 years ago

执行 grep ISTORE_INDEX= /bin/is-opkg 看看结果

guaotiantang commented 2 years ago

ISTORE_INDEX=https://istore.linkease.com/repo/all/store/Packages.gz

里面的package: Package: luci-app-store Version: 0.1.9-1 Depends: libc, curl, opkg, luci-lib-ipkg, tar, coreutils, coreutils-stat, libuci-lua, mount-utils Section: luci Architecture: all Installed-Size: 85965 Filename: luci-app-store_0.1.9-1_all.ipk Size: 86998 SHA256sum: 952bb62e7dc027436055b7126bfd4071876ea91bc476d0967493b60fd02a04cc Description: luci-app-store is a ipk store developed by LinkEase team

jjm2473 commented 2 years ago

你们安装的istore可能不是官方的,执行这个命令看看 is-opkg install luci-app-store,把全部日志贴出来

jjm2473 commented 2 years ago

确实是缓存导致的,要等一天才能更新

jjm2473 commented 2 years ago

如果还没更新,执行 is-opkg upgrade luci-app-store 更新到最新版,以修复此问题