From 49229a946e29051f97aadd220493b78f128ac9ca Mon Sep 17 00:00:00 2001 From: Markus Iser Date: Fri, 8 Nov 2024 15:17:20 +0100 Subject: [PATCH] asdf --- instdeps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instdeps.sh b/instdeps.sh index e817a5f..62c003f 100644 --- a/instdeps.sh +++ b/instdeps.sh @@ -21,20 +21,20 @@ install_libarchive_devel_from_source() { if command -v dnf > /dev/null; then # dnf install -y libarchive-devel - dnf install -y cmake + dnf install -y cmake autoconf automake libtool dnf groupinstall -y "Development Tools" install_pybind_devel_from_source install_libarchive_devel_from_source elif command -v yum > /dev/null; then #yum install -y libarchive-devel - yum install -y cmake + yum install -y cmake autoconf automake libtool yum groupinstall -y "Development Tools" install_pybind_devel_from_source install_libarchive_devel_from_source else apt update apt install -y libarchive-dev - apt install -y cmake + apt install -y cmake autoconf automake libtool apt install -y build-essential apt install -y pybind11-dev fi \ No newline at end of file