mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
fixed typo
This commit is contained in:
10
install.sh
vendored
Executable file
10
install.sh
vendored
Executable 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
|
||||
Reference in New Issue
Block a user