summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/flutter.install b/flutter.install
index 8e5693109561..3d518b98016e 100644
--- a/flutter.install
+++ b/flutter.install
@@ -11,6 +11,9 @@ post_install() {
printf "$(tput setaf 4)$(tput sgr0)\n"
printf "$(tput setaf 4)Re-login your terminal in to the group flutterusers:$(tput sgr0)\n"
printf "$(tput setaf 2)newgrp flutterusers$(tput sgr0)\n"
+ printf "$(tput setaf 4)$(tput sgr0)\n"
+ printf "$(tput setaf 4)Run the following command to see if there are any dependencies you need to install to complete the setup (for verbose output, add the -v flag):$(tput sgr0)\n"
+ printf "$(tput setaf 2)flutter doctor$(tput sgr0)\n"
}
post_upgrade() {