upgrade all packages
/upgradeall.sh
#!/bin/bash
opkg update
opkg list-upgradable
|
cut
-f 1 -d
' '
|
xargs
opkg upgrade
Содержание