Why is the same thing being done twice with different method?

This commit is contained in:
Mikaela Suomalainen 2014-05-23 16:57:37 +03:00
parent 4f6d93d5a4
commit 8a18d0924d
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ 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 gnupg2
- sudo wget -Nc smxi.org/inxi -O /usr/local/bin/inxi
- sudo chmod +x /usr/local/bin/inxi
install:
- ./install.run
- ./.install.MKAYSIGREP.run
@ -14,7 +12,7 @@ script:
- gpg --version
- vim -c quit
- inxi --recommends
- inxi
- inxi -F
- gpg2 --refresh-keys
notifications:
on_success: never