From 9a4ca4114c370397e8d2a9db229ebddd4934aa83 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 5 Oct 2020 14:30:52 +0200 Subject: [PATCH] fix: more verbose kiauh update message --- scripts/ui/general_ui.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ui/general_ui.sh b/scripts/ui/general_ui.sh index 1867a44..70e26cf 100755 --- a/scripts/ui/general_ui.sh +++ b/scripts/ui/general_ui.sh @@ -29,5 +29,8 @@ kiauh_update_msg(){ top_border echo -e "| ${yellow}There is a newer version of this script available!${default} | " echo -e "| ${yellow}Type 'update' if you want to update KIAUH now.${default} | " + echo -e "| | " + echo -e "| ${yellow}Check out the KIAUH changelog for important changes${default} | " + echo -e "| ${yellow}either to the script or the installable components!${default} | " bottom_border }