From 8a66b24072ab583b2584efa723044b6277e85225 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 25 Jul 2021 08:08:28 +0000 Subject: [PATCH] Typo fix Just fixing a tiny typo --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index af8027b..bafafde 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -229,7 +229,7 @@ systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null systemctl enable grub-btrfs.path --root=/mnt &>/dev/null -# Enabling systemd-oom. +# Enabling systemd-oomd. echo "Enabling systemd-oomd." systemctl enable systemd-oomd --root=/mnt &>/dev/null