From 7d0a44df213a263fae95069e3aef33dfd6c1249e Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 25 Mar 2024 23:32:34 +0100 Subject: [PATCH] qemush : nouvelle version --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 4233eb3..9399bc5 100755 --- a/bin/qemush +++ b/bin/qemush @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# version=0.10.1 +# version=0.11.0 # Re-exec the script as qemu via sudo (only if needed) [ "$(whoami)" != qemu ] && exec sudo -E -H -u qemu -- "$0" "$@"