diff --git a/bin/omarchy-sudo-reset b/bin/omarchy-sudo-reset deleted file mode 100755 index 56d91a8d..00000000 --- a/bin/omarchy-sudo-reset +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# omarchy:summary=Reset the sudo lockout/faillock for the current user. - -su -c "faillock --reset --user $USER"