Skip to content

Instantly share code, notes, and snippets.

@pedroteixeira
Last active September 26, 2018 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedroteixeira/fbfec63730cb53e65347033f2485b7b0 to your computer and use it in GitHub Desktop.
Save pedroteixeira/fbfec63730cb53e65347033f2485b7b0 to your computer and use it in GitHub Desktop.
Itau Guardiao Ubuntu 18
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.
@varantes
Copy link

Muito obrigado! Funcionou de prima!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment