Skip to content

Commit

Permalink
fix(php): ubuntu support
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 25, 2023
1 parent 2390732 commit 9733370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/php/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ prerequisites=('unzip')
# Needed by php base
prerequisites+=('tzdata')

prerequisites=('curl')

if [[ "$OS" == '"Ubuntu"' ]]; then
apt-get update
apt-get install -y gnupg ca-certificates
Expand Down

0 comments on commit 9733370

Please sign in to comment.