From 2b84ee82efdcc357537883ea4e90389b770b54e1 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 6 Nov 2024 09:01:13 -0500 Subject: [PATCH] Fix duplicate cp command causing issues --- manage | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manage b/manage index c8d0daa..2960e4e 100755 --- a/manage +++ b/manage @@ -342,12 +342,6 @@ function setup() { read -n 1 -s -r -p "" clear - echo -e "${COLOR_BLUE}We will now proceed to copy configuration files automatically.${COLOR_RESET}" - echo -e "${COLOR_BLUE}You don't have to do anything but press any key.${COLOR_RESET}" - echo -e "\nPress any key to continue..." - read -n 1 -s -r -p "" - cp - echo -e "This script requires Node.js, NPM, and Docker to be installed on your system." echo "Please ensure you have these tools installed before proceeding." echo -e "\nPress any key to continue with tool installation..."