From 151c68c75302c94b0761eb93e74904fbb3cd8f72 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 29 May 2024 23:38:37 +0530 Subject: [PATCH] boostrap: expect "FedoraLinux" along with "Fedora" On Fedora 38 - $ cat /etc/os-release NAME="Fedora Linux" VERSION="38 (Workstation Edition)" ID=fedora VERSION_ID=38 Also see: https://fedoraproject.org/wiki/Changes/Fedora_Linux_in_os-release. With this "./boostrap install" works fine on Fedora 38. Signed-off-by: Rishabh Dave --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ebda92502..72b028407 100755 --- a/bootstrap +++ b/bootstrap @@ -100,7 +100,7 @@ Linux) fi fi ;; - Fedora) + Fedora|FedoraLinux) PYTHON=python3.12 deps=($PYTHON-pip $PYTHON-devel) deps=($PYTHON-pip $PYTHON-devel libev-devel libvirt-devel libffi-devel) -- 2.47.3