mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
Why is the same thing being done twice with different method?
This commit is contained in:
parent
4f6d93d5a4
commit
8a18d0924d
@ -2,8 +2,6 @@ before_install:
|
|||||||
- yes|sudo apt-add-repository ppa:unit193/inxi
|
- yes|sudo apt-add-repository ppa:unit193/inxi
|
||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install bash zsh tmux git inxi gnupg2
|
- 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:
|
||||||
- ./install.run
|
- ./install.run
|
||||||
- ./.install.MKAYSIGREP.run
|
- ./.install.MKAYSIGREP.run
|
||||||
@ -14,7 +12,7 @@ script:
|
|||||||
- gpg --version
|
- gpg --version
|
||||||
- vim -c quit
|
- vim -c quit
|
||||||
- inxi --recommends
|
- inxi --recommends
|
||||||
- inxi
|
- inxi -F
|
||||||
- gpg2 --refresh-keys
|
- gpg2 --refresh-keys
|
||||||
notifications:
|
notifications:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
Loading…
Reference in New Issue
Block a user