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 | |
# To install this, copy paste this into a fresh Fedora MINIMUM installation: | |
# https://gist.githubusercontent.com/qrpike/61df64f6bde72ba08cbf/raw/d251b4be2e6dc49f32924155d4cbe22885122083/install%20NWM%20on%20Fedora%2020%20min | |
# | |
# | |
# Install required X11 packages: | |
yum install -y xorg-x11-xinit xorg-x11-server-Xorg xorg-x11-drv-* xorg-x11-xinit xorg-x11-server-common | |
# Install required libs: | |
yum install -y xterm gtk2.x86_64 GConf2.x86_64 git wget alsa-lib.x86_64 |
NewerOlder