From 8b5109d1e4f25c36b80f84f44d7b5e3c911ab55f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 6 May 2024 09:55:26 +0200 Subject: [PATCH] qemush : version 1.0.0 ! --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index d2e00d4..b2d96a0 100755 --- a/bin/qemush +++ b/bin/qemush @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# version=0.11.0 +# version=1.0.0 # Re-exec the script as qemu via sudo (only if needed) [ "$(whoami)" != qemu ] && exec sudo -E -H -u qemu -- "$0" "$@"