Created
February 16, 2022 04:29
-
-
Save jjcodes78/a175ecef5ca6c68d39782318686428be to your computer and use it in GitHub Desktop.
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
apt remove apache2 -y | |
apt purge apache2 -y | |
apt install software-properties-common -y | |
add-apt-repository ppa:ondrej/php | |
apt update | |
apt install php8.0 php8.0-fpm php8.0-zip \ | |
php8.0-xml php8.0-intl php8.0-sqlite3 php8.0-mysql \ | |
php8.0-curl php8.0-mbstring php8.0-common php8.0-gd -y | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment