755:60ee3259bc01 | 756:8bc91181db9d |
---|---|
48 git clone --depth 1 "https://github.com/asdf-vm/asdf-$LANG" .asdf/plugins/$LANG | 48 git clone --depth 1 "https://github.com/asdf-vm/asdf-$LANG" .asdf/plugins/$LANG |
49 else | 49 else |
50 pull .asdf/plugins/$LANG | 50 pull .asdf/plugins/$LANG |
51 fi | 51 fi |
52 done | 52 done |
53 | |
54 bin/setup-man || true | |
53 fi | 55 fi |
54 | 56 |
55 # Get rid of older stuff | 57 # Get rid of older stuff |
56 if [ -d .rbenv ]; then | 58 if [ -d .rbenv ]; then |
57 echo 'rbenv is still installed' >&2 | 59 echo 'rbenv is still installed' >&2 |