From fd12744058bd3939bf5910584e2d28dde94fee63 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 25 Mar 2024 14:52:12 +0100 Subject: [PATCH] =?UTF-8?q?README=20:=20suppression=20de=20`bash`=20des=20?= =?UTF-8?q?d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f00b4..8d20b79 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ No. `qemush` and `libvirt` are for different use cases. `qemush` will allow you ## Dependencies +From version 0.9.0, `qemush` is written in pure POSIX shell! The previous dependency on `bash` was removed in consequence. + All dependencies are common packages for a distribution, you'll be able to grab them from your favorite packages sources. - `qemu` - this is literally a QEMU wrapper so there's a chance you'll need it -- `bash` - the `qemush` interpreter +- A POSIX compliant shell - `bash` (POSIX mode), `*ash`, `*ksh` are POSIX shells - `coreutils` - used for basic OS operations - `sudo` - execute commands as `qemu` - `socat` - monitor machines via Unix sockets