From 4affca9f506f1572925ba01c90b057d78557e84a Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 12 Dec 2024 23:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20installentware.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installentware.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installentware.sh b/installentware.sh index d205f5b..c6f7e2b 100644 --- a/installentware.sh +++ b/installentware.sh @@ -80,9 +80,9 @@ done echo -e '\033[32mInfo: Opkg package manager deployment...\033[0m' URL=http://bin.entware.net/${ARCH}/installer -wget $URL/opkg -O /opt/bin/opkg +curl -o /opt/bin/opkg "$URL/opkg" chmod 755 /opt/bin/opkg -wget $URL/opkg.conf -O /opt/etc/opkg.conf +curl -o /opt/etc/opkg.conf "$URL/opkg.conf" echo -e '\033[32mInfo: Basic packages installation...\033[0m' /opt/bin/opkg update