7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
version=0.9.3
|
||
|
|
||
|
curl -L -O "https://github.com/Carthage/Carthage/releases/download/$version/Carthage.pkg"
|
||
|
sudo installer -pkg Carthage.pkg -target /
|