Skip to content

Commit

Permalink
Updated auto install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Feb 23, 2024
1 parent cb7a7df commit 3c2e4fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Expand Up @@ -151,6 +151,11 @@ then
install_if_missing 'openssl'
else
install_if_missing 'git' 'curl' 'libssl-dev' 'libcurl4-openssl-dev'
if [[ $(command -v 'apt') != "" ]]; then
install_if_missing 'zlib1g-dev'
else
install_if_missing 'zlib-devel'
fi
fi

#Install cmake dependency.
Expand Down

0 comments on commit 3c2e4fe

Please sign in to comment.