Add script to check ring0 packages
This commit is contained in:
parent
bdcee356e9
commit
d2b64e0930
4
checkpackages
Executable file
4
checkpackages
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
while read p; do
|
||||
test -e $p || echo $p;
|
||||
done < <(curl -s -f https://api.opensuse.org/public/source/openSUSE:Factory:Rings:0-Bootstrap|sed -ne 's/.*entry name="\([^":]*\).*\/>/\1/p'|sort -u | grep -v AGGR)
|
Loading…
Reference in New Issue
Block a user