更新 installentware.sh

This commit is contained in:
sky 2024-12-12 23:11:08 +08:00
parent ed261255a6
commit 4affca9f50

View File

@ -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