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 c6d6680 commit 50e5695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ install_libarchive_devel_from_source() {
}

if command -v dnf > /dev/null; then
dnf install -y libarchive-devel
# dnf install -y libarchive-devel
dnf install -y cmake
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
Expand Down

0 comments on commit 50e5695

Please sign in to comment.