更新 installentware.sh
This commit is contained in:
parent
ed261255a6
commit
4affca9f50
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user