From 1be2d73a74eb599d389b94d203ca4a44a9ceff9f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:32:35 -0600 Subject: trying to add CD --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install_dependencies.sh') diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index a28af11..ea78008 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -4,5 +4,5 @@ then curl -sSL https://install.python-poetry.org | python3 - fi export PATH="/root/.local/bin:$PATH" -cd /home/ec2-user +cd /home/ec2-user/dep-dir /root/.local/bin/poetry install -- cgit v1.2.3