Skip to content

Commit

Permalink
Merge pull request #11 from jvolker/patch-1
Browse files Browse the repository at this point in the history
Fixes X Server error
  • Loading branch information
jmwohl committed Sep 27, 2019
2 parents a7a08e9 + 1412b8f commit d03b08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -24,6 +24,7 @@ if [ $os == "Linux" ]; then
sudo apt-get install chromium
sudo apt-get install unclutter
sudo apt-get install matchbox-window-manager
sudo apt-get install xserver-xorg-legacy

if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
# on RaspberryPi or other arm 6/7 device
Expand Down

0 comments on commit d03b08c

Please sign in to comment.