gpg2 > gpg1

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:52:47 +03:00
parent c6d1c55295
commit 4f6d93d5a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
before_install:
- yes|sudo apt-add-repository ppa:unit193/inxi
- sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git inxi gnupg-curl
- sudo apt-get -y install bash zsh tmux git inxi gnupg2
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
install:
@ -15,7 +15,7 @@ script:
- vim -c quit
- inxi --recommends
- inxi
- gpg --refresh-keys
- gpg2 --refresh-keys
notifications:
on_success: never
on_failure: never