Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 21, 2024
1 parent 7b4827c commit a0a8980
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

echo "Enter the project name:"
read project_name
read -r project_name

echo "Enter the default namespace:"
read namespace
read -r namespace

echo "Enter the SonarCloud URL:"
read sonarcloud_url
read -r sonarcloud_url

echo "Enter the HealthChecks.io ID:"
read healthchecks_id
read -r healthchecks_id

echo "Setting up project: $project_name"

Expand Down Expand Up @@ -38,4 +38,4 @@ echo "Project setup complete."
echo "Performing additional PHP setup tasks..."
# Add any additional setup commands here

echo "Setup finished successfully."
echo "Setup finished successfully."

0 comments on commit a0a8980

Please sign in to comment.