Skip to content

Instantly share code, notes, and snippets.

@bastienapp
Created January 11, 2022 10:15
Show Gist options
  • Select an option

  • Save bastienapp/bbef0777b9e1bff1ba2b69bcf9cb0074 to your computer and use it in GitHub Desktop.

Select an option

Save bastienapp/bbef0777b9e1bff1ba2b69bcf9cb0074 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt -y install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt -y install php7.4
sudo apt -y install -y php7.4-{bcmath,bz2,intl,gd,mbstring,mysql,zip,common,xml,curl}
sudo update-alternatives --config php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment