summarylogtreecommitdiffstats
path: root/aseba-git.install
diff options
context:
space:
mode:
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"
+}