From 0e3e2645f8484878c2f2f54dc0251f33c5362911 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 9 Mar 2024 12:12:23 +0100 Subject: [PATCH] Remove unnecessary statement --- scripts/Arch/Config/pacman/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Arch/Config/pacman/install.sh b/scripts/Arch/Config/pacman/install.sh index 610f6a1e..13b6d804 100755 --- a/scripts/Arch/Config/pacman/install.sh +++ b/scripts/Arch/Config/pacman/install.sh @@ -2,7 +2,6 @@ sudo sed -i \ -e "/^\[options\]$/,/^\[/{" \ -e "s/^#\?\(Color\)$/\1/;" \ - -e "/^ILoveCandy$/d;" \ -e "/^# Misc options$/{" \ `# -e "a ILoveCandy"` \ -e "};" \