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
85dd7a5dd347c9ed793ea1c5d12a9c044cc7eb3e
zsh-config
repos
zsh-users
antigen
travis-ppa.sh
da2345e28
Merge commit '
ddbb98497bca072e1499a7e0d03645de2d28bd24
' as 'repos/zsh-users/antigen'
Browse Code ยป
mj
2015-02-15 19:35:31 +0100
travis-ppa.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