scripta first commit
[scripta.git] / menu / opkg / 4_install
blobbc0c5c48e0476036a286a5f055924c965545ddd6
1 function run()
3         opkg list>$TMP/installable
4         opkg list_installed>$TMP/installed
5         INSTALLED_REGEXP=`cat $TMP/installed | sed -e :a -e '$ P; /$/N; s/\n/|/; ta;'`
6         egrep -v "$INSTALLED_REGEXP" installable