Advertisement
Guest User

Untitled

a guest
Apr 4th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. yum install -y wget
  2. yum install -y unzip
  3. yum install -y zip
  4. wget http://link.com/file.zip
  5. unzip file.zip
  6. cd file
  7. sh run.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement