From 4ec7299cbac0c3941d996afd6ce0fd9e7efa07c3 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 19:14:07 -0400 Subject: [PATCH] Fix installer --- script-install-manual-scripts | 2 -- 1 file changed, 2 deletions(-) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index 7f483adb..3be9d8f0 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -18,8 +18,6 @@ is_root install -m 644 ./functions /usr/local/bin/ -ls - for script in script-*; do cp -u "$script" /usr/local/bin/ done