Skip to content

Instantly share code, notes, and snippets.

@jmg-duarte
Created March 9, 2017 19:35
Show Gist options
  • Save jmg-duarte/0d5afa2247c984d0e1525f57c7ac7547 to your computer and use it in GitHub Desktop.
Save jmg-duarte/0d5afa2247c984d0e1525f57c7ac7547 to your computer and use it in GitHub Desktop.
CentOS Minimal Desktop Support
yum groupinstall "X Window System" "Desktop" "Desktop Platform"
yum install gdm gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
unlink /etc/systemd/system/default.target
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment