mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 06:33:24 +02:00
4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
/bin/rpm -qa --qf "%{NAME}\t%{VERSION}\t%{RELEASE}\n" | grep -v gpg-pubkey | sort > /home/lbkp/rpms.list
|