Skip to content

Commit

Permalink
install.sh: Install php dependency for etc/library.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Jan 4, 2025
1 parent 1aa9071 commit c1821dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type mysqld &>/dev/null \

# get dependencies
[ -n "${NOUPDATE}" ] || apt-get update
[ -n "${REINIT}" ] || DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y git ca-certificates sudo lsb-release wget jq gnupg2
[ -n "${REINIT}" ] || DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates git gnupg2 jq lsb-release php sudo wget

# get install code
if [[ "${CODE_DIR}" == "" ]]; then
Expand Down

0 comments on commit c1821dd

Please sign in to comment.