diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 4a946c8..8e21b52 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -521,7 +521,7 @@ wait pip3 install -r requirements.txt wait # Install the decoupler for .env file -pip3 install python3-decouple +pip3 install python-decouple wait # Set any secret Environment Variables export ADMIN_PASS="$ADMIN_PASS"