This file contains hidden or 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
#!/usr/bin/env bash | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install software-properties-common -y | |
sudo add-apt-repository ppa:ondrej/php -y | |
sudo apt-get update | |
sudo apt install -y \ | |
php7.4 \ | |
php7.4-bcmath \ |