home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bea14b
)
Fix user group addition in jessie_start.sh.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 13:03:27 +0000
(15:03 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 13:03:27 +0000
(15:03 +0200)
jessie_start.sh
patch
|
blob
|
history
diff --git
a/jessie_start.sh
b/jessie_start.sh
index 6086cf79aa7130febc98fdb6409fe7c69944a498..781ef4314a21a85e9c781ea9f7038805ec35fe72 100755
(executable)
--- 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 -
a
G video plom
# Install xrandr.
apt-get -y install x11-xserver-utils