mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix cd
This commit is contained in:
parent
207d4e9604
commit
13c68478fe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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
|
# set .env
|
||||||
cd ~/pandora
|
cd /home/$SUDO_USER/pandora
|
||||||
echo PANDORA_HOME="`pwd`" >> .env
|
echo PANDORA_HOME="`pwd`" >> .env
|
||||||
chown $SUDO_USER .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
|
# Pandora-box
|
||||||
#---------------------
|
#---------------------
|
||||||
cd ~/pandora-box
|
cd /home/$SUDO_USER/pandora-box
|
||||||
|
|
||||||
# Python libraries
|
# Python libraries
|
||||||
su - $SUDO_USER -c "pip install pypandora psutil pyudev"
|
su - $SUDO_USER -c "pip install pypandora psutil pyudev"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue