Skip to content

Commit

Permalink
libpcre-dev => libpcre3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jun 12, 2024
1 parent 034b68c commit 1bc2489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ SGVERSION=v1.1.2
tar xf haproxy.tar.gz &>/dev/null && rm -f haproxy.tar.gz
if command -v apt-get >/dev/null; then
pkg_installer="apt-get"
pkg_list="build-essential make g++ autoconf automake libpcre-dev libssl-dev libsystemd-dev zlib1g-dev"
pkg_list="build-essential make g++ autoconf automake libpcre3-dev libssl-dev libsystemd-dev zlib1g-dev"
fi
if command -v dnf >/dev/null; then
pkg_installer="dnf"
Expand Down

0 comments on commit 1bc2489

Please sign in to comment.