We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b7172 commit 6bb6d87Copy full SHA for 6bb6d87
VPC/init_script.sh
@@ -1,3 +1,6 @@
1
#!/bin/bash
2
sudo yum update -y
3
sudo yum install wget unzip -y
4
+sudo yum install httpd -y
5
+sudo systemctl start httpd
6
+sudo systemctl enable httpd
0 commit comments