7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/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 /
|