Created install.sh and build.sh

Also refactored methods to work as a zipapp
This commit is contained in:
2025-08-08 18:27:28 +00:00
parent d334ec4ada
commit f108bab2f9
5 changed files with 88 additions and 6 deletions

8
instal.sh vendored Executable file
View File

@@ -0,0 +1,8 @@
cd /tmp/
git clone https://github.com/th3r00t/pyShelf.git
cd pyshelf
git checkout 0.8.0--dev-zipapp
./build.sh
sudo cp ./src/frontend/static /var/lib/pyshelf/assets -r
sudo cp ./src/frontend/templates /var/lib/pyshelf/assets -r
sudo cp ./release/pyshelf /usr/local/bin/pyshelf