Skip to content

Instantly share code, notes, and snippets.

@JulyanoF
Created October 29, 2024 00:21
Show Gist options
  • Save JulyanoF/07b996cd23d71f86ad0fab905e207e44 to your computer and use it in GitHub Desktop.
Save JulyanoF/07b996cd23d71f86ad0fab905e207e44 to your computer and use it in GitHub Desktop.
Instalações PHP
sudo apt update
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install -y php8.3 php8.3-{common,cli,mbstring,intl,curl,dev,dom}
sudo apt install -y unzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment