mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
add user to disk group
This commit is contained in:
parent
e0a5c07955
commit
9bafafdf2d
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ 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
|
||||
|
||||
# Python libraries
|
||||
su - $SUDO_USER -c "./.local/bin/pip install pypandora psutil pyudev"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue