1
0
Fork 0
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:
Didier Barzin 2025-02-12 11:39:20 +01:00 committed by GitHub
parent add72dfff5
commit f4ef53e99e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,12 +165,10 @@ cd /home/$SUDO_USER/pandora-box
# FIM, pmount, psmisc (for killall), vim and pipx
apt --fix-broken install -y
apt install -y fim pmount psmisc vim pipx
apt install -y fim pmount psmisc vim pipx python3-psutil python3-pyudev
# Python libraries
su - $SUDO_USER -c "pipx install pypandora"
su - $SUDO_USER -c "pipx install psutil"
su - $SUDO_USER -c "pipx install pyudev"
# create /media/box folder
if [ ! -d "/media/box" ];