From 68abaa664d8e42f2563cd81d669404f1faa99ed9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 13 Jun 2015 15:03:27 +0200 Subject: [PATCH] Fix user group addition in jessie_start.sh. --- jessie_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jessie_start.sh b/jessie_start.sh index 6086cf7..781ef43 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -99,7 +99,7 @@ apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu # Set up OpenGL and hardware acceleration. apt-get -y install libgl1-mesa-dri apt-get -y install i965-va-driver -usermod -G video plom +usermod -aG video plom # Install xrandr. apt-get -y install x11-xserver-utils -- 2.30.2