mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updating installer
This commit is contained in:
1
install.sh
vendored
1
install.sh
vendored
@@ -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
2
pyshelf.sh
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user