diff --git a/install.sh b/install.sh index 91d324e..f7479a8 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ install python-dotenv # Install Python libraries for cloud provider case $1 in - "gcs") + "gcloud") install google-cloud-storage ;; @@ -25,4 +25,4 @@ esac if [ ! -f ".env" ]; then cp .env.example .env sed -i "s/SERVICE_NAME=\"\"/SERVICE_NAME=\"$1\"" .env -fi \ No newline at end of file +fi