We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5005857 commit 0066a20Copy full SHA for 0066a20
etc/list-user-installed.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+# source: https://openwrt.org/docs/guide-user/installation/generic.sysupgrade
4
5
+awk '/^Package:/{PKG= $2}
6
+/^Status: .*user installed/{print PKG}' /usr/lib/opkg/status | sort
0 commit comments