From 08eac5caf1fb7d9b88f89704fd51b2e79baad65f Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 21:41:27 +0000 Subject: [PATCH] Updating installer --- install.sh | 1 + pyshelf.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8abb818..60321ed 100755 --- a/install.sh +++ b/install.sh @@ -36,6 +36,7 @@ fi sudo mkdir /etc/pyShelf sudo cp -avR . /etc/pyShelf +sudo chown -R pyshelf:pyshelf /etc/pyShelf cd /etc/pyShelf sudo uv sync # sudo mkdir release diff --git a/pyshelf.sh b/pyshelf.sh index ba04204..c06176e 100755 --- a/pyshelf.sh +++ b/pyshelf.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/usr/bin/env bash # This script is used to run the pyshelf application. # It sets up the environment and runs the main script. # first we need to activate the virtual environment