Skip to content

Commit

Permalink
boostrap: expect "FedoraLinux" along with "Fedora"
Browse files Browse the repository at this point in the history
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 at least.

Signed-off-by: Rishabh Dave <[email protected]>
  • Loading branch information
rishabh-d-dave committed May 29, 2024
1 parent e1979f0 commit 233a3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 233a3cc

Please sign in to comment.