Skip to content

Commit

Permalink
Install 'par' on all platforms
Browse files Browse the repository at this point in the history
Fixes #251
  • Loading branch information
begriffs authored Jul 27, 2017
1 parent 4f40ae9 commit 96bf144
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,18 @@ cmdpkg() {
package_list() {
cmdpkg git git
cmdpkg vim vim
cmdpkg par par

case $1 in
BREW)
cmdpkg make homebrew/dupes/make
cmdpkg ctags ctags
cmdpkg par par ;;
cmdpkg ctags ctags ;;
PORT)
cmdpkg make gmake
cmdpkg ctags ctags
cmdpkg par par ;;
cmdpkg ctags ctags ;;
APT)
cmdpkg make make
cmdpkg ctags exuberant-ctags
cmdpkg par par
cmdpkg curl curl
echo libcurl4-openssl-dev ;;
YUM|DNF)
Expand Down

0 comments on commit 96bf144

Please sign in to comment.