aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-07-15 23:50:58 +0900
committerGitHub <noreply@github.com>2025-07-15 23:50:58 +0900
commita2b48d73d82ad015b8bc2095008dd4887adc0a21 (patch)
tree078e885fdc8cd33dd4bdab0bd1214ce95f3c7398
parent916d6bbf19270d9c2aacd50041bef3ba7d650e7d (diff)
parent9c4c63d3e0b49ba94e8166603717ae055a7d6f12 (diff)
Merge pull request #751 from RubberJones/development
Improve copy.sh script
-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