fixed typo

This commit is contained in:
2025-08-08 18:32:37 +00:00
parent ca93e20cf3
commit eadc101477

10
install.sh vendored Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd /tmp/
git clone https://github.com/th3r00t/pyShelf.git
cd pyshelf
git checkout 0.8.0--dev-zipapp
uv sync
./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