Contain the output a little better.
This commit is contained in:
parent
2e223c5e28
commit
5a3c700380
@ -599,13 +599,15 @@
|
||||
function_update_sdks: |
|
||||
if [[ "$coding" == "true" ]]; then
|
||||
function update-sdks {
|
||||
echo -e "******* Update SDKs *******\n*** Android ***"
|
||||
echo -e "******* Update SDKs *******\n*** Android - START ***"
|
||||
yes | sdkmanager --update
|
||||
yes | sdkmanager --licenses
|
||||
echo -e "*** Android - END ***"
|
||||
|
||||
echo -e "\n*** Flutter ***"
|
||||
echo -e "\n*** Flutter - START ***"
|
||||
flutter upgrade
|
||||
yes | flutter doctor --android-licenses
|
||||
echo -e "*** Flutter - END ***"
|
||||
|
||||
echo -e "\n******* Done! *******"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user