1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

fix mount group

This commit is contained in:
didier 2025-04-17 14:48:52 +02:00
parent 9bafafdf2d
commit d17b8ee8a4

View file

@ -184,8 +184,8 @@ cd /home/$SUDO_USER/pandora-box
apt --fix-broken install -y
apt install -y fim pmount psmisc vim
# Add user in disk group to allow pmount
usermod -aG disk $SUDO_USER
# Add user in plugdev group to allow pmount
usermod -aG plugdev $SUDO_USER
# Python libraries
su - $SUDO_USER -c "./.local/bin/pip install pypandora psutil pyudev"