summarylogtreecommitdiffstats
path: root/arduino.install
diff options
context:
space:
mode:
Diffstat (limited to 'arduino.install')
-rw-r--r--arduino.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/arduino.install b/arduino.install
index 4015160bfaa9..9a2794a97038 100644
--- a/arduino.install
+++ b/arduino.install
@@ -1,3 +1,4 @@
post_install() {
- echo "Don't forget to add yourself to the uucp and lock groups: gpasswd -a <user> uucp && gpasswd -a <user> lock (execute as root)"
+ echo "Add yourself to the uucp group to access the serial ports:"
+ echo "sudo usermod -a -G uucp <user>"
}