From 684256b66ea073b6efc22edeb754fee87d55e7a8 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Thu, 20 Mar 2025 14:23:28 +0100 Subject: [PATCH] update.sh: Fix legacy typo --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3a43dc288..cac1450c1 100755 --- a/update.sh +++ b/update.sh @@ -1267,7 +1267,7 @@ if ! [ "$NEW_BRANCH" ]; then sleep 1 echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m" - elif [ "${BRANCH}" == "legcy" ]; then + elif [ "${BRANCH}" == "legacy" ]; then echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only recieve security updates until February 2026.\e[0m" sleep 1 echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"