Jihadi4Prez

[BASH] L4 Auto-Installer

Mar 28th, 2017 (edited)
3,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. yum install httpd npm php nano unzip
  3. npm install highcharts --save
  4. service httpd restart
  5.  
  6.  
Add Comment
Please, Sign In to add comment