Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 304 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 304 Bytes

ecDEW

scripts and whatnot for ec2'n

#!/bin/bash
#Dew it for systemd!
#
yum update -y
yum install -y httpd amazon-efs-utils tmux
systemctl enable httpd
reboot
#!/bin/bash
#Dew it for sysVinit!
#
yum update -y
yum install -y httpd amazon-efs-utils tmux
chkconfig httpd on
reboot