Skip to content
Snippets Groups Projects
Commit fd675b90 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

post-oem-lip: add user to group vboxsf

parent e55fb45c
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ EOF ...@@ -29,6 +29,7 @@ EOF
chown -R "$user:$user" "/home/$user/Desktop" chown -R "$user:$user" "/home/$user/Desktop"
chown -R "$user:$user" "/home/$user/Downloads" chown -R "$user:$user" "/home/$user/Downloads"
chmod 775 "/home/$user/Desktop/LinuxParty.desktop" chmod 775 "/home/$user/Desktop/LinuxParty.desktop"
usermod -aG vboxsf "$user"
DELETE=1 DELETE=1
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment