Skip to content

Commit

Permalink
Relax the PHP version in the deploy script
Browse files Browse the repository at this point in the history
A slighlty older version is still fine.
  • Loading branch information
cyrus-and committed Oct 2, 2023
1 parent 1375d4d commit 6431bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ port="$2"
# install dependencies and utilities
apt-get update
apt-get --yes install --no-install-recommends autoconf gcc git libjson-c-dev make pkg-config vim
apt-get --yes install --no-install-recommends php8.2-dev || true
apt-get --yes install --no-install-recommends php-dev || true
# apply the patch and compile
cd /tmp/fracker
Expand Down

0 comments on commit 6431bfa

Please sign in to comment.