Skip to content
Snippets Groups Projects

first commit

parent efe61c15
Branches main
No related tags found
No related merge requests found
#!/bin/bash
yum update -y
yum install cowsay java-1.8.0-openjdk* -y
yum install httpd -y
service httpd start
chkconfig httpd on
wget https://gitlab.surrey.ac.uk/k.00027/k.00027_ec2.py/-/blob/main/k.00027_ec2.py -P /var/www/cgi-bin
chmod +x /var/www/cgi-bin/ec2.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment