mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added call to uv
This commit is contained in:
2
instal.sh
vendored
2
instal.sh
vendored
@@ -1,7 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
git clone https://github.com/th3r00t/pyShelf.git
|
git clone https://github.com/th3r00t/pyShelf.git
|
||||||
cd pyshelf
|
cd pyshelf
|
||||||
git checkout 0.8.0--dev-zipapp
|
git checkout 0.8.0--dev-zipapp
|
||||||
|
uv sync
|
||||||
./build.sh
|
./build.sh
|
||||||
sudo cp ./src/frontend/static /var/lib/pyshelf/assets -r
|
sudo cp ./src/frontend/static /var/lib/pyshelf/assets -r
|
||||||
sudo cp ./src/frontend/templates /var/lib/pyshelf/assets -r
|
sudo cp ./src/frontend/templates /var/lib/pyshelf/assets -r
|
||||||
|
|||||||
Reference in New Issue
Block a user