Skip to content

Commit 137f0aa

Browse files
authored
updates-dnf: adjusting parameter from --list to list
1 parent 1075a95 commit 137f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polybar-scripts/updates-dnf/updates-dnf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
updates=$(dnf updateinfo -q --list | wc -l)
3+
updates=$(dnf updateinfo -q list | wc -l)
44

55
if [ "$updates" -gt 0 ]; then
66
echo "# $updates"

0 commit comments

Comments
 (0)