Fixed missing slash

pull/40/head
jsuntheimer72 2018-01-01 11:07:13 -05:00
parent 55c6cda5b6
commit 05f1a2aec3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
apt-get update
apt-get install --yes --no-install-recommends
apt-get install --yes --no-install-recommends \
xserver-xorg \
xinit \
xterm \