GITLAB
mj
/ zsh-config
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
02-merge
dev
master
v1.1.3
v1.1.2
v1.0.3
v1.0.2
v1.0.1
v1
mjzsh_v1.1.1
mjzsh_v1.1.0
8a10e63106739978c04605d2811956e5f54e37f5
zsh-config
.travis-ci.sh
8a10e6310
Fix PPA checking
Browse Code ยป
Guilherme Espada
2013-04-25 22:36:30 +0200
.travis-ci.sh
107 Bytes
edit
raw
blame
history
1
2
3
4
5
#! /bin/sh if [ $PPA != 'none' ];then sudo apt-add-repository -y $PPA; sudo apt-get update -qq; fi