Created
January 1, 2023 10:35
-
-
Save osadan/8dce03e4ee08d0c054db23c4881059de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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