Blame view

repos/zsh-users/antigen/travis-ppa.sh 107 Bytes
ddbb98497   mj   Squashed 'repos/z...
1
2
3
4
5
  #! /bin/sh
  if [ $PPA != 'none' ];then
      sudo apt-add-repository -y $PPA;
      sudo apt-get update -qq;
  fi