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.
1 parent 77742aa commit cdb5867Copy full SHA for cdb5867
README
@@ -24,5 +24,6 @@ Tested on recent versions of openSUSE
24
* php_dev - controls PHP-related development services
25
* jdk_use_system_cacerts - replaces jdk cacerts with the ones found in the system
26
* m2s - switches between multiple version of Maven's per-use settings.xml
27
+* list_patches - lists patches available with zypper
28
29
* desktop - some .desktop launcher files
list_patches.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+zypper patch-info $(sudo zypper -n lu -t patch | awk -F '|' '$2 ~ /openSUSE/ {print $2}' | tr -d '\n') | $PAGER
0 commit comments