mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
fix mount group
This commit is contained in:
parent
9bafafdf2d
commit
d17b8ee8a4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue