This commit is contained in:
jr-k 2024-08-10 16:01:35 +02:00
parent 54335422cf
commit 97b7943fb1

View File

@ -25,7 +25,6 @@ apt-get install -y git python3-pip python3-venv libsqlite3-dev ntfs-3g ffmpeg
cd $WORKING_DIR
git clone https://github.com/jr-k/obscreen.git
cd obscreen
chown -R $OWNER:$OWNER ./
# Install application dependencies
python3 -m venv venv
@ -38,6 +37,9 @@ cp .env.dist .env
# Add user to needed group
usermod -aG plugdev $OWNER
# Fix permissions
chown -R $OWNER:$OWNER ./
# ============================================================
# Automount script for external storage
# ============================================================