From c44a7d38a906f6760f87211fa5a1115236554090 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 3 Nov 2021 03:58:30 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61f3ec4..573a737 100644 --- a/install.sh +++ b/install.sh @@ -285,7 +285,7 @@ repositories_setup(){ dnf -y clean packages dnf -y install curl bind-utils cronie fi - systemctl enable --now fstrimer.timer + systemctl enable --now fstrim.timer } install_dependencies(){