fix: update_all ui

This commit is contained in:
th33xitus
2020-10-10 09:46:45 +02:00
parent 083ca8b7fd
commit e0b7a75116

View File

@@ -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