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