From a2ab23dbec16cc95325be44c7958e46462ca0624 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 19:13:49 -0400 Subject: [PATCH] Fix installer --- script-install-manual-scripts | 1 - 1 file changed, 1 deletion(-) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index 722758d9..7f483adb 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -21,7 +21,6 @@ install -m 644 ./functions /usr/local/bin/ ls for script in script-*; do - echo "cp -f $script /usr/local/bin/" cp -u "$script" /usr/local/bin/ done