Update reinstall_istore.sh

This commit is contained in:
wukongdaily 2023-10-15 22:14:30 +08:00 committed by GitHub
parent 5dcbac4f81
commit 33a732d60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
## 安装iStore 参考 https://github.com/linkease/istore ## 安装iStore 参考 https://github.com/linkease/istore
opkg update
ISTORE_REPO=https://istore.linkease.com/repo/all/store ISTORE_REPO=https://istore.linkease.com/repo/all/store
FCURL="curl --fail --show-error" FCURL="curl --fail --show-error"