Created
July 17, 2018 14:36
-
-
Save gastonambrogi/1d2eed18a1a384811bdb674acce30c04 to your computer and use it in GitHub Desktop.
i3wm on raspbian lite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install i3 | |
sudo apt-get install xserver-xorg | |
sudo apt-get install xinit | |
sudo startx | |
#worked on a zero w |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment