diff options
| author | Seth Flynn <[email protected]> | 2021-11-24 02:01:01 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-24 02:01:01 -0500 |
| commit | 4bead48918468d6a70912d69402ed3fa62e5de90 (patch) | |
| tree | 2ec844f73fcebd305fac1caae78deda9fe3bea00 | |
| parent | 5c67181386c648ab3996e16616d09556ebe78e0f (diff) | |
change doas to sudoold-symlinks
| -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 |
