mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
Set default monospace font to Liberation
This commit is contained in:
@@ -69,6 +69,18 @@ MimeType=application/x-pcap;
|
|||||||
Categories=Network;
|
Categories=Network;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Set default monospace font to Liberation
|
||||||
|
cat << EOF >> /etc/fonts/local.conf
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family" qual="any">
|
||||||
|
<string>monospace</string>
|
||||||
|
</test>
|
||||||
|
<edit binding="strong" mode="prepend" name="family">
|
||||||
|
<string>Liberation Mono</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
EOF
|
||||||
|
|
||||||
# Install Wireshark for Gnome
|
# Install Wireshark for Gnome
|
||||||
yum -y install wireshark-gnome;
|
yum -y install wireshark-gnome;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user