From 0461c0d1d143132c7995d41bde277a87fb2fb3e5 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 01:09:57 +0000 Subject: [PATCH] Created install.sh and pyshelf.sh Also refactored methods to work as a zipapp --- pyshelf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pyshelf.sh b/pyshelf.sh index 253751d..6701834 100755 --- a/pyshelf.sh +++ b/pyshelf.sh @@ -8,6 +8,7 @@ else echo "Virtual environment not found. Please create it first." exit 1 fi +export PYSHELF_ASSETS=/etc/pyShelf/src/frontend # then we need to run the main script if [ -f "/etc/pyShelf/release/pyshelf" ]; then exec /etc/pyShelf/release/pyshelf