Skip to content

Instantly share code, notes, and snippets.

@jjsquady
Created February 16, 2022 04:29
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 jjsquady/a175ecef5ca6c68d39782318686428be to your computer and use it in GitHub Desktop.
Save jjsquady/a175ecef5ca6c68d39782318686428be to your computer and use it in GitHub Desktop.
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