aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.sh
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-02-01 00:25:55 +0900
committerGitHub <noreply@github.com>2025-02-01 00:25:55 +0900
commit3dfdc7c76cbeb7a6ee20e868bb46026e51c2abf9 (patch)
tree70623537ae918b4304107b555c0934ebf844577b /upgrade.sh
parent9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (diff)
parent9b67a8376e3d186edc75a482010e53c3b4e9e018 (diff)
Merge pull request #541 from JaKooLit/main
main to development
Diffstat (limited to 'upgrade.sh')
-rwxr-xr-xupgrade.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/upgrade.sh b/upgrade.sh
index a094a58a..687ba69f 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -10,7 +10,8 @@ ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)"
NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)"
WARN="$(tput setaf 1)[WARN]$(tput sgr0)"
CAT="$(tput setaf 6)[ACTION]$(tput sgr0)"
-ORANGE=$(tput setaf 5)
+MAGENTA=$(tput setaf 5)
+WARNING=$(tput setaf 1)
YELLOW=$(tput setaf 3)
RESET=$(tput sgr0)
@@ -146,7 +147,7 @@ if version_gt "$latest_version" "$stored_version"; then
chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
else
- echo "$ORANGE Upgrade declined. No files or folders changed" 2>&1 | tee -a "$LOG"
+ echo "$MAGENTA Upgrade declined. No files or folders changed" 2>&1 | tee -a "$LOG"
fi
else
echo "$OK No upgrade found. The installed version ($stored_version) is up to date with the Hyprland-Dots version ($latest_version)." 2>&1 | tee -a "$LOG"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage