Add regular user to dialout group for Stellarium
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 4 May 2015 00:53:02 +0000 (20:53 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 14 Aug 2015 05:20:06 +0000 (01:20 -0400)
stage5/post-install

index 6e32ab1..383ab6e 100755 (executable)
@@ -9,7 +9,7 @@ if [ -n "${REGUSER}" ]; then
 
     # Add user to these supplementary groups:
     usermod -a -G \
-            audio,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \
+            audio,dialout,video,cdrom,usb,shutdown,kvm,lp,lpadmin,scanner,plugdev \
             ${REGUSER}
 fi