Skip to content

Commit

Permalink
Add temp colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 12, 2023
1 parent 15479fe commit a2726bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/tasks/self-update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Temp colors
export YELLOW=$(tput setaf 3)
export GREEN=$(tput setaf 2)
export TXTRESET=$(tput sgr0)

# Check for symlink
echo "${YELLOW}Running self-updater...${TXTRESET}"

Expand Down Expand Up @@ -33,5 +38,5 @@ echo "${TXTRESET}${WHITE}There was an error updating the start script. You have

# If there are no errors, show success message
else
echo "${TXTRESET}${boldgreen}The start script newtheme.sh has been updated successfully to the latest version.${TXTRESET}"
echo "${TXTRESET}${GREEN}The start script newtheme.sh has been updated successfully to the latest version.${TXTRESET}"
fi

0 comments on commit a2726bb

Please sign in to comment.