Skip to content

frontsidebus/ecDEW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

scripts and whatnot for ec2'n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages