fix previous commit

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:36:55 +03:00
parent 2199c42077
commit 13f3a9cf09
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
before_install: before_install:
- sudo apt-get -y update - sudo apt-get -y update
- sudo apt-get -y install bash zsh tmux git - sudo apt-get -y install bash zsh tmux git lspci gnupg-curl
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi - sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi - sudo chmod +x /usr/local/bin/inxi
install: install:
@ -12,6 +12,7 @@ script:
- tmux -c exit - tmux -c exit
- gpg --version - gpg --version
- vim -c quit - vim -c quit
- inxi --recommends
- inxi - inxi
- gpg --refresh-keys - gpg --refresh-keys
notifications: notifications: