mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Add missing -y
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7c8394ea12
commit
1aecfcd3a5
@ -212,7 +212,7 @@ sudo systemctl enable fstrim.timer
|
||||
if [ "$virtualization" = 'none' ]; then
|
||||
output "Bare Metal installation. Tuned will not be set up here - PPD should take care of it."
|
||||
else
|
||||
sudo dnf remove power-profiles-daemon
|
||||
sudo dnf remove -y power-profiles-daemon
|
||||
sudo dnf install -y tuned
|
||||
sudo systemctl enable --now tuned
|
||||
sudo tuned-adm profile virtual-guest
|
||||
|
Loading…
Reference in New Issue
Block a user