Skip to content

Commit 6bb6d87

Browse files
authored
Update init_script.sh
1 parent 08b7172 commit 6bb6d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VPC/init_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/bin/bash
22
sudo yum update -y
33
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

Comments
 (0)