From 0bcce4e217cc4399b52464b6df0b16fe70d896ae Mon Sep 17 00:00:00 2001 From: th3r00t Date: Fri, 8 Aug 2025 18:41:30 +0000 Subject: [PATCH] Fixing directory --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2cc4cd5..2722b04 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e # Exit on error cd /tmp/ git clone https://github.com/th3r00t/pyShelf.git -cd pyShelf +cd /tmp/pyShelf/ # Ensure the correct branch is checked out before installing dependencies git fetch origin