Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Last active May 24, 2020 21:25
Show Gist options
  • Save ryanburnette/e757df926245ce9ac4fcf67ae7b7396d to your computer and use it in GitHub Desktop.
Save ryanburnette/e757df926245ce9ac4fcf67ae7b7396d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.4-fpm php7.4-common php7.4-mysql php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-xml php7.4-cli php7.4-zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment