From 31af5dc060d1a5a6315abe84281da4877687c498 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sun, 2 Oct 2022 16:26:49 -0400 Subject: [PATCH] Refactored first time setup. Fixed various issues. --- autodeploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autodeploy.sh b/autodeploy.sh index 9246f19..1e45bf2 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -156,11 +156,6 @@ backup_old(){ echo $TICK_BACKUP$GREEN"Backing up $BLUE$line$GREEN to $BLUE$BACKUP_DIR" cp -rf $HOME/$line $BACKUP_DIR > /dev/null 2>&1; done < $CONFIG_PATH/global_dotFiles.conf # Fix - - - - - } distribute_files(){ @@ -173,7 +168,6 @@ distribute_files(){ # Going to need to figure out a way to move all files except for the backup folder done #echo $TICK_MOVE$GREEN"Copied $BLUE$line$GREEN to $BLUE$BACKUP_DIR"$ENDCOLOR - } main(){