diff --git a/RDS_Demo/bootstrap.sh b/RDS_Demo/bootstrap.sh index 0266c59..af30442 100644 --- a/RDS_Demo/bootstrap.sh +++ b/RDS_Demo/bootstrap.sh @@ -1,3 +1,4 @@ #!/bin/bash -yum update -y -yum install mysql -y +sudo dnf update -y +sudo dnf install mariadb105-server +