add: status message for starting installation

This commit is contained in:
th33xitus
2020-08-22 19:18:27 +02:00
parent 41789fd158
commit 5392e2a9ab
2 changed files with 2 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ get_user_selections_dwc2(){
break
done
fi
status_msg "Installation will start now! Please wait ..."
}
#############################################################

View File

@@ -170,6 +170,7 @@ get_user_selections_moonraker(){
break
done
fi
status_msg "Installation will start now! Please wait ..."
}
#############################################################