Created
January 30, 2020 20:19
-
-
Save saxenap/aca934a015a7ad647dc1f8d9f06ea368 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 | |
sudo amazon-linux-extras enable php7.3 | |
sudo update -y | |
sudo install php php-devel php-json php-mysqlnd php-pdo php-mbstring php-opcache php-pear php-pecl-mcrypt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment