fix: more verbose kiauh update message

This commit is contained in:
th33xitus
2020-10-05 14:30:52 +02:00
parent 1c41abe40f
commit 9a4ca4114c

View File

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