From e3a44ffbd42856c425d806394833a8b45847e347 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 29 May 2024 15:21:11 -0700 Subject: [PATCH] Fix indentation Signed-off-by: Tommy --- Fedora-Server-40.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index ae6dc95..45ca27f 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -107,13 +107,13 @@ fi # Setup fwupd if [ "$virtualization" = 'none' ]; then - sudo dnf install -y fwupd - echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf - sudo systemctl restart fwupd - mkdir -p /etc/systemd/system/fwupd-refresh.service.d - unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/system/fwupd-refresh.service.d/override.conf | sudo tee /etc/systemd/system/fwupd-refresh.service.d/override.conf - sudo systemctl daemon-reload - sudo systemctl enable --now fwupd-refresh.timer + sudo dnf install -y fwupd + echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf + sudo systemctl restart fwupd + mkdir -p /etc/systemd/system/fwupd-refresh.service.d + unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/system/fwupd-refresh.service.d/override.conf | sudo tee /etc/systemd/system/fwupd-refresh.service.d/override.conf + sudo systemctl daemon-reload + sudo systemctl enable --now fwupd-refresh.timer fi # Enable auto TRIM