Skip to content
Snippets Groups Projects

first commit

parent cbf58132
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
yum update -y
yum install httpd -y
service httpd start
chkconfig httpd on
wget https://gitlab.surrey.ac.uk/vn00197/comm034/-/raw/main/aws_ec2.py -P /var/www/cgi-bin
chmod +x /var/www/cgi-bin/aws_ec2.py
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