summarylogtreecommitdiffstats
path: root/arduino.install
diff options
context:
space:
mode:
authorNicoHood2016-07-09 16:35:23 +0200
committerNicoHood2016-07-09 16:35:23 +0200
commit2cf708de60db9990f5b1c02f734056932cf96dd3 (patch)
tree5a335cf9a41bf36b27dd9900065e263c3631cedc /arduino.install
parent01b1dfaccc71d60ac834e214b0141133c88ac46a (diff)
downloadaur-2cf708de60db9990f5b1c02f734056932cf96dd3.tar.gz
Updated to 1.6.9-2
Fixed as suggested in the comments on AUR
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>"
}