summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorFredy García2022-02-14 12:25:06 -0500
committerFredy García2022-02-14 12:25:06 -0500
commit025ffd52c83a84022eec7f2f1752d86964c41969 (patch)
treefb129c27da1fe484f1c5464749b91b36d75ef30b /flutter.install
parentd23e370cbb83fc29c79d0152eceea8d9fa49dd34 (diff)
downloadaur-025ffd52c83a84022eec7f2f1752d86964c41969.tar.gz
Removing doctor command from build. Adding instructions about doctor command on install file.
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() {