Skip to content

Commit

Permalink
Update install.sh to add libpcre3 on Ubuntu 24.04 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Oct 17, 2024
1 parent ee0237a commit 43b3dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ github_deps() {
[[ "$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
[[ "$version" =~ 5.6|7.[0-2] ]] && install_packages libpcre3-dev
install_packages unixodbc-dev
fi
install_packages libgd-dev
Expand Down

0 comments on commit 43b3dab

Please sign in to comment.