Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.             yum groupinstall Desktop -y
  3.             yum groupinstall basic-desktop desktop-platform x11 fonts -y
  4.             yum install flash-plugin -y
  5.             yum install tigervnc-server -y
  6.             yum install firefox -y
  7.             vncserver :1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement