Skip to content

Commit cdb5867

Browse files
committed
Add list_patches.sh
1 parent 77742aa commit cdb5867

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Tested on recent versions of openSUSE
2424
* php_dev - controls PHP-related development services
2525
* jdk_use_system_cacerts - replaces jdk cacerts with the ones found in the system
2626
* m2s - switches between multiple version of Maven's per-use settings.xml
27+
* list_patches - lists patches available with zypper
2728

2829
* desktop - some .desktop launcher files

list_patches.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)