mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Created install.sh and pyshelf.sh
Also refactored methods to work as a zipapp
This commit is contained in:
1
pyshelf.sh
vendored
1
pyshelf.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user