-
-
Save pedroteixeira/fbfec63730cb53e65347033f2485b7b0 to your computer and use it in GitHub Desktop.
Itau Guardiao Ubuntu 18
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
Baixe deb em http://www.dieboldnixdorf.com.br/warsaw/ | |
(ou em http://guardiao.itau.com.br/warsaw/warsaw_setup_64.deb) | |
sudo apt install python python-openssl python-six python-cryptography python-gpg | |
sudo dpkg --ignore-depends=libcurl3 --ignore-depends=python-gpgme -i warsaw-setup-ubuntu_64.deb | |
sudo vi /usr/bin/warsaw | |
trocar "import gpgme" por "import gpg" | |
e inserir linha "gpgme = gpg" | |
sudo systemctl start warsaw | |
systemctl status warsaw.service | |
se não funcionar, tente executar diretamente o script: /usr/bin/warsaw | |
Visite o site http://www.dieboldnixdorf.com.br/warsaw/ para verificar se está instalado e termine a configuração. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Muito obrigado! Funcionou de prima!