Skip to content

Commit b19315c

Browse files
authored
Fix shellcheck
Signed-off-by: Tommy <[email protected]>
1 parent 037b427 commit b19315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RHEL-10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sudo systemctl enable --now dnf-automatic.timer
103103
sudo systemctl disable --now firewalld
104104
sudo systemctl disable --now irqbalance
105105
## rhc provides the remote remediation feature - we don't want it
106-
sudo dnf remove -y audit cockpit* cronie firewalld *firmware* flashrom grub2-tools-extra iptables* irqbalance hunspell* kdump-utils kpartx mdadm microcode_ctl parted pcsc* pigz pkgconf prefixdevname rhc rootfiles sg3* sssd* tpm2-tools vim*
106+
sudo dnf remove -y audit 'cockpit*' cronie firewalld '*firmware*' flashrom grub2-tools-extra iptables* irqbalance 'hunspell*' kdump-utils kpartx mdadm microcode_ctl 'parted pcsc*' pigz pkgconf prefixdevname rhc rootfiles 'sg3*' 'sssd*' tpm2-tools 'vim*'
107107

108108
# Install hardened_malloc
109109
# Not available on RHEL 10 yet

0 commit comments

Comments
 (0)