Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 8, 2024
1 parent a2048a0 commit 49229a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49229a9

Please sign in to comment.