Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 15, 2024
1 parent 2519a39 commit 4940a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ github_deps() {
if [ "$VERSION_ID" = "22.04" ]; then
[[ "$version" =~ 5.6|7.[0-2] ]] && libpcre_dev=libpcre3-dev || libpcre_dev=libpcre2-dev
install_packages "$libpcre_dev" libxmlrpc-epi-dev
elif [ "$VERSION_ID" = "24.04" ]; then
install_packages unixodbc-dev
fi
install_packages libgd-dev
}
Expand Down

0 comments on commit 4940a41

Please sign in to comment.