Formatting and hash-bangs (#40)

* Formatting and hash-bangs
* Fixed missing slash
This commit is contained in:
Jeremy Suntheimer
2018-01-01 16:18:47 -05:00
committed by Tomas-M
parent 739c96d096
commit 761edab4ee
5 changed files with 41 additions and 9 deletions
+14 -3
View File
@@ -1,8 +1,19 @@
#!/bin/bash
apt-get update
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm \
blackbox libxcursor1 breeze-cursor-theme x11-utils wmctrl xdotool \
libdrm-intel1 libgl1-mesa-dri libglu1-mesa
apt-get install --yes --no-install-recommends \
xserver-xorg \
xinit \
xterm \
blackbox \
libxcursor1 \
breeze-cursor-theme \
x11-utils \
wmctrl \
xdotool \
libdrm-intel1 \
libgl1-mesa-dri \
libglu1-mesa
# use only white cursors. There were some troubles if the other cursors
# was left behind, installing gtk apps reverted the cursor from white to gray,