mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
Update install.sh
This commit is contained in:
parent
9597ae5490
commit
7e2aa19f26
1 changed files with 4 additions and 1 deletions
|
@ -163,8 +163,11 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab
|
|||
#---------------------
|
||||
cd /home/$SUDO_USER/pandora-box
|
||||
|
||||
# Install pipx
|
||||
su - $SUDO_USER -c "apt install -y pipx"
|
||||
|
||||
# Python libraries
|
||||
su - $SUDO_USER -c "pip install pypandora psutil pyudev"
|
||||
su - $SUDO_USER -c "pipx install pypandora psutil pyudev"
|
||||
|
||||
# create /media/box folder
|
||||
if [ ! -d "/media/box" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue