Files
Alte_Skripte/de.ing.carthage.sh mit Proxy.sh
2026-02-16 15:05:15 +01:00

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