Updating installer

This commit is contained in:
2025-08-09 21:41:27 +00:00
parent 3a345194ed
commit 08eac5caf1
2 changed files with 2 additions and 1 deletions

1
install.sh vendored
View File

@@ -36,6 +36,7 @@ fi
sudo mkdir /etc/pyShelf sudo mkdir /etc/pyShelf
sudo cp -avR . /etc/pyShelf sudo cp -avR . /etc/pyShelf
sudo chown -R pyshelf:pyshelf /etc/pyShelf
cd /etc/pyShelf cd /etc/pyShelf
sudo uv sync sudo uv sync
# sudo mkdir release # sudo mkdir release

2
pyshelf.sh vendored
View File

@@ -1,4 +1,4 @@
#!/usr/bin/sh #!/usr/bin/env bash
# This script is used to run the pyshelf application. # This script is used to run the pyshelf application.
# It sets up the environment and runs the main script. # It sets up the environment and runs the main script.
# first we need to activate the virtual environment # first we need to activate the virtual environment