diff --git a/Fedora-Workstation-40.sh b/Fedora-Workstation-40.sh index 29e02ea..a29212a 100644 --- a/Fedora-Workstation-40.sh +++ b/Fedora-Workstation-40.sh @@ -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