diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-15 23:50:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 23:50:58 +0900 |
| commit | a2b48d73d82ad015b8bc2095008dd4887adc0a21 (patch) | |
| tree | 078e885fdc8cd33dd4bdab0bd1214ce95f3c7398 | |
| parent | 916d6bbf19270d9c2aacd50041bef3ba7d650e7d (diff) | |
| parent | 9c4c63d3e0b49ba94e8166603717ae055a7d6f12 (diff) | |
Merge pull request #751 from RubberJones/development
Improve copy.sh script
| -rwxr-xr-x | copy.sh | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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" |
