fix(lib-common): update istore repo base URL
修正istore软件源的基础URL地址,将旧的repo子域名地址替换为新的官方源地址
This commit is contained in:
@@ -244,7 +244,7 @@ install_advanced_uninstall() {
|
|||||||
do_istore() {
|
do_istore() {
|
||||||
echo "do_istore 64bit ==================>"
|
echo "do_istore 64bit ==================>"
|
||||||
opkg update
|
opkg update
|
||||||
URL="https://repo.istoreos.com/repo/all/store/"
|
URL="https://istore.istoreos.com/repo/all/store/"
|
||||||
DIR="/tmp/ipk_store"
|
DIR="/tmp/ipk_store"
|
||||||
mkdir -p "$DIR"
|
mkdir -p "$DIR"
|
||||||
cd "$DIR" || exit 1
|
cd "$DIR" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user