summarylogtreecommitdiffstats
path: root/aseba-git.install
diff options
context:
space:
mode:
authorTHS2016-10-05 09:26:11 +0200
committerTHS2016-10-05 09:26:11 +0200
commit7e7a66ff69fed609330c30b1a8b57cc32e9ca762 (patch)
treead2129f1cefe2ebf8b6bcb00f06c6e042b6b63c2 /aseba-git.install
downloadaur-7e7a66ff69fed609330c30b1a8b57cc32e9ca762.tar.gz
first upload of aseba-git
Diffstat (limited to 'aseba-git.install')
-rw-r--r--aseba-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/aseba-git.install b/aseba-git.install
new file mode 100644
index 000000000000..9434f1948fee
--- /dev/null
+++ b/aseba-git.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Add yourself to the uucp group to access the serial ports:"
+ echo "sudo usermod -a -G uucp $USER"
+}