From e0b7a75116ed4583a78d53a66188122d2fc4be34 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 10 Oct 2020 09:46:45 +0200 Subject: [PATCH] fix: update_all ui --- scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/update.sh b/scripts/update.sh index 69c892b..0b0189b 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -31,6 +31,9 @@ update_all(){ if [ "$MAINSAIL_UPDATE_AVAIL" = "true" ]; then echo -e "| ${cyan}● Mainsail${default} |" fi + if [ "$FLUIDD_UPDATE_AVAIL" = "true" ]; then + echo -e "| ${cyan}● Fluidd${default} |" + fi bottom_border if [ "${#update_arr[@]}" != "0" ]; then read -p "${cyan}###### Do you want to proceed? (Y/n):${default} " yn