aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcopy.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/copy.sh b/copy.sh
index f752ac92..d7d29806 100755
--- a/copy.sh
+++ b/copy.sh
@@ -33,7 +33,7 @@ fi
# Function to print colorful text
print_color() {
- printf "%b%s%b\n" "$1" "$2" "$CLEAR"
+ printf "%b%s%b\n" "$1" "$2" "$RESET"
}
# Check /etc/os-release to see if this is an Ubuntu or Debian based distro
@@ -75,11 +75,6 @@ if [ ! -d Copy-Logs ]; then
mkdir Copy-Logs
fi
-# Function to print colorful text
-print_color() {
- printf "%b%s%b\n" "$1" "$2" "$CLEAR"
-}
-
# Set the name of the log file to include the current date and time
LOG="Copy-Logs/install-$(date +%d-%H%M%S)_dotfiles.log"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage