fix installation script
This commit is contained in:
parent
3fbd4739ff
commit
f548f37a59
@ -25,7 +25,7 @@ sudo apt-get install -y git python3-pip python3-venv libsqlite3-dev ntfs-3g ffmp
|
|||||||
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 pi:pi ./
|
chown -R $USER:$USER ./
|
||||||
|
|
||||||
# Install application dependencies
|
# Install application dependencies
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user