7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# On a fresh Fedora 18 install you might have to update audit in order to
|
||
|
# fix a conflict with a file from the glibc package.
|
||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=894307
|
||
|
exec install-packages audit
|