Last active
August 29, 2015 13:57
-
-
Save andypotanin/9437809 to your computer and use it in GitHub Desktop.
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
| # | |
| # | |
| # source http://www.idevelopment.info/data/Unix/Linux/LINUX_AddGNOMEToCentOSMinimalInstall.shtml | |
| yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" | |
| yum -y groupinstall "Graphical Administration Tools" | |
| yum -y groupinstall "Internet Browser" | |
| yum -y groupinstall "General Purpose Desktop" | |
| yum -y groupinstall "Office Suite and Productivity" | |
| yum -y groupinstall "Graphics Creation Tools" | |
| yum -y groupinstall "kde-desktop" | |
| yum -y groupinstall "Legacy X Window System compatibility" | |
| # nano /etc/inittab | |
| # replace "id:3:initdefault:" with "id:5:initdefault:" | |
| sed 's/id:3:initdefault/id:5:initdefault/g' /etc/inittab > /etc/inittab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment