mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-14 10:03:40 +02:00
Update install.sh
This commit is contained in:
parent
6155068c9b
commit
9b8223265b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ install python-dotenv
|
||||||
|
|
||||||
# Install Python libraries for cloud provider
|
# Install Python libraries for cloud provider
|
||||||
case $1 in
|
case $1 in
|
||||||
"gcs")
|
"gcloud")
|
||||||
install google-cloud-storage
|
install google-cloud-storage
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@ esac
|
||||||
if [ ! -f ".env" ]; then
|
if [ ! -f ".env" ]; then
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
sed -i "s/SERVICE_NAME=\"\"/SERVICE_NAME=\"$1\"" .env
|
sed -i "s/SERVICE_NAME=\"\"/SERVICE_NAME=\"$1\"" .env
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue