8 lines
190 B
Bash
8 lines
190 B
Bash
VERSION=$4
|
|
export http_proxy=127.0.0.1:8079
|
|
export https_proxy=$http_proxy
|
|
git clone https://github.com/nsoperations/Carthage.git
|
|
cd "Carthage"
|
|
git checkout 0.44.2+nsoperations
|
|
make install
|