list upgradable packages

list upgradable packages


/checkupgrade.sh

#!/bin/bash
opkg update
opkg list-upgradable | cut -f 1 -d ' '

Содержание