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
sudo apt-get update -y | |
sudo apt-get upgrade -y | |
sudo apt-get install build-essential \ | |
libpcre3-dev libzip-dev libssl-dev \ | |
libxml2-dev libcurl4-openssl-dev \ | |
libjpeg-dev libpng12-dev libmcrypt-dev \ | |
locales -y | |
sudo locale-gen pt_BR.utf8 |
NewerOlder