1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00
This commit is contained in:
dbarzin 2022-07-06 18:34:34 +02:00
parent 207d4e9604
commit 13c68478fe

View file

@ -66,7 +66,7 @@ apt install -y unrar # for extracting rar files
apt install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract
# set .env
cd ~/pandora
cd /home/$SUDO_USER/pandora
echo PANDORA_HOME="`pwd`" >> .env
chown $SUDO_USER .env
@ -100,7 +100,7 @@ su - $SUDO_USER -c "cd pandora; for file in pandora/workers/*.sample; do cp -i $
#---------------------
# Pandora-box
#---------------------
cd ~/pandora-box
cd /home/$SUDO_USER/pandora-box
# Python libraries
su - $SUDO_USER -c "pip install pypandora psutil pyudev"