Skip to content

Commit

Permalink
Updated userdata.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmwene committed Nov 15, 2024
1 parent e34dab1 commit b5bfdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_migration/userdata.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#yum update -y
yum install -y httpd mysql php7.4 php-mysql
#yum install -y httpd mysql php7.4 php-mysql
systemctl start httpd
systemctl enable httpd
cd /var/www/html
Expand Down

0 comments on commit b5bfdc0

Please sign in to comment.