File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/main/ne
121121- FreeBSD
122122- OpenBSD
123123- NetBSD
124+ - OpenWrt
124125
125126### Known issue(s)
126127
Original file line number Diff line number Diff line change 186186
187187# # PACKAGE MANAGER AND PACKAGES DETECTION
188188
189- MANAGER=$( which nix-env pkg flatpak yum zypper dnf rpm dpkg-query brew port pacman xbps-query emerge cave apk kiss pmm /usr/sbin/slackpkg bulge birb yay paru pacstall cpm pmm eopkg getprop 2> /dev/null)
189+ MANAGER=$( which nix-env pkg flatpak yum zypper dnf rpm dpkg-query brew port pacman xbps-query emerge cave apk kiss pmm /usr/sbin/slackpkg bulge birb yay paru pacstall cpm pmm opkg eopkg getprop 2> /dev/null)
190190manager=$( basename " $MANAGER " )
191191if [ $distrotype = netbsd ]; then
192192 manager=" pkg_info-netbsd"
@@ -213,6 +213,7 @@ xbps-query) packages="$(xbps-query -l | wc -l)" ;;
213213nix-env) packages=" $( nix-store -q --requisites /run/current-system/sw | wc -l) " ;;
214214apk) packages=" $( apk list --installed | wc -l) " ;;
215215pmm) packages=" $( /bedrock/libexec/pmm pacman pmm -Q 2> /dev/null | wc -l) " ;;
216+ opkg) packages=" $( opkg list-installed | wc -l) " ;;
216217eopkg) packages=" $( eopkg li | wc -l) " ;;
217218/usr/sbin/slackpkg) packages=" $( ls /var/log/packages | wc -l) " ;;
218219bulge) packages=" $( bulge list | wc -l) " ;;
You can’t perform that action at this time.
0 commit comments