We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1373a commit 83689f8Copy full SHA for 83689f8
1 file changed
nerdfetch
@@ -4,7 +4,7 @@
4
5
ostype="$(uname)"
6
7
-version=8.3.0
+version=8.3.1
8
font=nerd
9
distrotype=none
10
osi=""
@@ -228,7 +228,7 @@ pkg_info-netbsd)
228
;;
229
*)
230
if [ $distrotype = android ]; then
231
- packages="$(pkg list-installed | wc -l)"
+ packages="$(pkg list-installed 2>/dev/null | wc -l)"
232
manager="pkg"
233
else
234
packages="$(ls /usr/bin | wc -l)"
0 commit comments