Created
August 11, 2016 02:58
-
-
Save diegoboot/4915f3d1646f683e8b40f1bdff814f6f to your computer and use it in GitHub Desktop.
Instalação do Polly via PPA Ubuntu e Derviados · Review em https://youtu.be/OJBGQ12JL7w
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
// Abra um terminal [ no Unity use as teclas CTRL + ALT + T ] | |
// Instale o Polly usando os comandos abaixo | |
sudo add-apt-repository ppa:conscioususer/polly-daily [ENTER] | |
sudo apt-get update [ENTER] | |
sudo apt-get install polly [ENTER] | |
sudo apt-get install -f [ENTER] // para instalar as dependências se necessário |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment