Skip to content

Instantly share code, notes, and snippets.

@MisakaMikoto-35c5
Created April 8, 2019 05:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MisakaMikoto-35c5/3747e4bf99f887129f1c95bb4fbe3988 to your computer and use it in GitHub Desktop.
Save MisakaMikoto-35c5/3747e4bf99f887129f1c95bb4fbe3988 to your computer and use it in GitHub Desktop.
wget -O /etc/yum.repos.d/dcantrel-cde-epel-7.repo https://copr.fedorainfracloud.org/coprs/dcantrel/cde/repo/epel-7/dcantrel-cde-epel-7.repo
yum update -y
yum install cde -y
yum -y groupinstall "X window system"
echo -e '\n\nTERM=linux' >> /etc/bashrc
systemctl set-default graphical
systemctl enable dtlogin
systemctl start dtlogin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment