From f23a404cb5f868b8cc60006810d52eac31e18619 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 01:56:36 +0000 Subject: [PATCH] Added output --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b396ef8..10f2908 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ if [ -f /etc/arch-release ]; then sudo npm install cd /etc/pyShelf #make release directory if it doesn't exist - if [ ! -d release ]; then + if [ ! -d /etc/pyShelf/release ]; then sudo mkdir release fi # build the release