You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprint.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -255,9 +255,9 @@ if [[ $1 != "-bash" ]]; then
255
255
echo -e "\x1b[30;41;1m YOU ARE USING THE LEGACY UPDATER!! \x1b[0m"
256
256
echo -e "\n\x1b[31;49;1mPlease rerun 'blueprint -upgrade' to continue the update process. This is NOT A BUG.\nPress ENTER to continue back to legacy updater (will fail) or ^C to terminate the process.\x1b[0m"
257
257
258
-
echo -e "\n1. Terminate this process with CTRL+C (^C)"
259
-
echo -e "2. Run 'blueprint -upgrade'"
260
-
echo -e "3. Blueprint will update to the latest version."
258
+
echo -e "\n\x1b[31;49m1. Terminate this process with CTRL+C (^C)\x1b[0m"
259
+
echo -e "\n\x1b[31;49m2. Run 'blueprint -upgrade'\x1b[0m"
260
+
echo -e "\n\x1b[31;49m3. Blueprint will update to the latest version.\x1b[0m"
0 commit comments