We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae916a5 + 16bdb63 commit e1b1812Copy full SHA for e1b1812
.github/scripts/get_system_info.sh
@@ -93,7 +93,7 @@ function system_info {
93
94
echo "***************all installed packages***************"
95
# Instructions below will return some minor errors, as they are dependent on the Linux distribution.
96
- zypper se --installed-only 2>/dev/null || true
+ zypper -n se --installed-only 2>/dev/null || true
97
apt list --installed 2>/dev/null || true
98
yum list installed 2>/dev/null || true
99
}
0 commit comments