summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorWithTheBraid2022-07-14 07:36:31 +0200
committerWithTheBraid2022-07-14 07:36:31 +0200
commitc35a5c866df5194255da75b58edf480a2082f227 (patch)
tree6fca088cb0adfbf6663cf539c6131ca5604d3d56 /flutter.install
parentf8bc43dc4cf2cbcf682bf6a82b92715b2ec37fb7 (diff)
downloadaur-c35a5c866df5194255da75b58edf480a2082f227.tar.gz
chore: bump version
- updates Flutter to 3.0.5 - adjusts post-install message to meet current state Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/flutter.install b/flutter.install
index 4c6df18c795e..656de0ea1969 100644
--- a/flutter.install
+++ b/flutter.install
@@ -4,11 +4,9 @@ post_install() {
chmod -R g+w /opt/flutter
printf "$(tput setaf 4)Flutter was installed on $(tput setaf 2)/opt/flutter$(tput sgr0)\n"
printf "$(tput setaf 4)$(tput sgr0)\n"
- printf "$(tput setaf 4)If you intend to use it as a regular user, add your user into the group flutterusers:$(tput sgr0)\n"
+ printf "$(tput setaf 4)In case you encounter problems using Flutter as regular user, add your user into the group flutterusers:$(tput sgr0)\n"
printf "$(tput setaf 2)gpasswd -a \${USER} flutterusers$(tput sgr0)\n"
printf "$(tput setaf 4)$(tput sgr0)\n"
- printf "$(tput setaf 4)You need to source $(tput setaf 2)/etc/profile$(tput setaf 4) or relogin to add flutter to your path.$(tput sgr0)\n"
- 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"