summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-09-18 02:39:02 +0100
committergrufo2021-09-18 02:39:02 +0100
commit10249e4609f38edc83b7faf0bab7de3079295467 (patch)
treeef0792706d2291468b67d2fe968b67e2c34cff15
parentf0b6bc77e78cd1fe09dbda53c1a960727e8a2028 (diff)
downloadaur-10249e4609f38edc83b7faf0bab7de3079295467.tar.gz
gnunet.install: `echo` changes only
-rw-r--r--gnunet.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnunet.install b/gnunet.install
index 7d6a2e3ffabd..195e63723ef8 100644
--- a/gnunet.install
+++ b/gnunet.install
@@ -17,7 +17,7 @@ post_install() {
echo
echo ' sudo usermod -aG gnunet YOUR-USERNAME'
echo
- echo 'If later you want to remove your user from the group, launch:'
+ echo 'If later you want to remove your user from the group, launch'
echo
echo ' sudo gpasswd --delete YOUR-USERNAME gnunet'
echo