mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 11:34:27 +05:00
fix: update_all ui
This commit is contained in:
@@ -31,6 +31,9 @@ update_all(){
|
|||||||
if [ "$MAINSAIL_UPDATE_AVAIL" = "true" ]; then
|
if [ "$MAINSAIL_UPDATE_AVAIL" = "true" ]; then
|
||||||
echo -e "| ${cyan}● Mainsail${default} |"
|
echo -e "| ${cyan}● Mainsail${default} |"
|
||||||
fi
|
fi
|
||||||
|
if [ "$FLUIDD_UPDATE_AVAIL" = "true" ]; then
|
||||||
|
echo -e "| ${cyan}● Fluidd${default} |"
|
||||||
|
fi
|
||||||
bottom_border
|
bottom_border
|
||||||
if [ "${#update_arr[@]}" != "0" ]; then
|
if [ "${#update_arr[@]}" != "0" ]; then
|
||||||
read -p "${cyan}###### Do you want to proceed? (Y/n):${default} " yn
|
read -p "${cyan}###### Do you want to proceed? (Y/n):${default} " yn
|
||||||
|
|||||||
Reference in New Issue
Block a user