From 4bead48918468d6a70912d69402ed3fa62e5de90 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 24 Nov 2021 02:01:01 -0500 Subject: change doas to sudo --- bin/.local/bin/gamemount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3