Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created August 11, 2016 02:58
Show Gist options
  • Save diegoboot/4915f3d1646f683e8b40f1bdff814f6f to your computer and use it in GitHub Desktop.
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
// 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