1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Add missing -y

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-29 14:53:50 -07:00
parent 7c8394ea12
commit 1aecfcd3a5
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -212,7 +212,7 @@ sudo systemctl enable fstrim.timer
if [ "$virtualization" = 'none' ]; then if [ "$virtualization" = 'none' ]; then
output "Bare Metal installation. Tuned will not be set up here - PPD should take care of it." output "Bare Metal installation. Tuned will not be set up here - PPD should take care of it."
else else
sudo dnf remove power-profiles-daemon sudo dnf remove -y power-profiles-daemon
sudo dnf install -y tuned sudo dnf install -y tuned
sudo systemctl enable --now tuned sudo systemctl enable --now tuned
sudo tuned-adm profile virtual-guest sudo tuned-adm profile virtual-guest