diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/gamemount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/gamemount b/bin/.local/bin/gamemount index 98df1e2..4a45539 100755 --- a/bin/.local/bin/gamemount +++ b/bin/.local/bin/gamemount @@ -1,3 +1,3 @@ #!/bin/sh -doas mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt +sudo mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt |
