summarylogtreecommitdiffstats
path: root/arduino.install
diff options
context:
space:
mode:
authorLoen2016-07-18 19:04:47 +0000
committerLoen2016-07-18 19:04:47 +0000
commit4fe17f5c98e4ecac7ecbc3243d549f79eba6030e (patch)
tree2ca42741d0d70a3ba4953d9d41b51fcea0758781 /arduino.install
parentcf3a86ba2316a6e28c5b2de318b81417849fe682 (diff)
downloadaur-4fe17f5c98e4ecac7ecbc3243d549f79eba6030e.tar.gz
Added .xml and .desktop files
Diffstat (limited to 'arduino.install')
-rw-r--r--arduino.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/arduino.install b/arduino.install
index 9a2794a97038..4015160bfaa9 100644
--- a/arduino.install
+++ b/arduino.install
@@ -1,4 +1,3 @@
post_install() {
- echo "Add yourself to the uucp group to access the serial ports:"
- echo "sudo usermod -a -G uucp <user>"
+ echo "Don't forget to add yourself to the uucp and lock groups: gpasswd -a <user> uucp && gpasswd -a <user> lock (execute as root)"
}