permfix
This commit is contained in:
parent
54335422cf
commit
97b7943fb1
@ -25,7 +25,6 @@ apt-get install -y git python3-pip python3-venv libsqlite3-dev ntfs-3g ffmpeg
|
|||||||
cd $WORKING_DIR
|
cd $WORKING_DIR
|
||||||
git clone https://github.com/jr-k/obscreen.git
|
git clone https://github.com/jr-k/obscreen.git
|
||||||
cd obscreen
|
cd obscreen
|
||||||
chown -R $OWNER:$OWNER ./
|
|
||||||
|
|
||||||
# Install application dependencies
|
# Install application dependencies
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
@ -38,6 +37,9 @@ cp .env.dist .env
|
|||||||
# Add user to needed group
|
# Add user to needed group
|
||||||
usermod -aG plugdev $OWNER
|
usermod -aG plugdev $OWNER
|
||||||
|
|
||||||
|
# Fix permissions
|
||||||
|
chown -R $OWNER:$OWNER ./
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# Automount script for external storage
|
# Automount script for external storage
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user