summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorFredy García2022-05-04 14:19:57 -0500
committerFredy García2022-05-04 14:19:57 -0500
commit0e0a5037e1d4e2362b38a9663d32dd6f6da87f4a (patch)
treed992c88c00ed9caac41f9c71210096fecba1bc2a /flutter.install
parent7a97f8c66194287aab45d31e539bf94ad5c2c325 (diff)
downloadaur-0e0a5037e1d4e2362b38a9663d32dd6f6da87f4a.tar.gz
Upgrading to version 2.10.5
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/flutter.install b/flutter.install
index 3d518b98016e..4c6df18c795e 100644
--- a/flutter.install
+++ b/flutter.install
@@ -5,7 +5,7 @@ post_install() {
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 2)gpasswd -a <user> 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"