Skip to content

Instantly share code, notes, and snippets.

@osadan
Created January 1, 2023 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osadan/8dce03e4ee08d0c054db23c4881059de to your computer and use it in GitHub Desktop.
Save osadan/8dce03e4ee08d0c054db23c4881059de to your computer and use it in GitHub Desktop.
#!/bin/bash
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php$1
apt-get install php$1-xdebug php$1-cli php$1-common php$1-json php$1-opcache php$1-mysql php$1-mbstring php$1-zip php$1-fpm php$1-intl php$1-simplexml php$1-gd
///pass desired php version as parameter for example 7.0 , 7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment