change brew git origin to new location
1 parent effb488 commit 4329f95869ad1fbc430f05bd6f0957059795b110
@tundra tundra authored on 1 Jun 2019
Showing 1 changed file
View
2
■■■
makefile
# Get latest linuxbrew
 
getbrew:
@echo "Make sure you have write permission on the target directory!"
git clone https://github.com/Linuxbrew/brew.git ${TOOLSDIR}
git clone https://github.com/Homebrew/brew ${TOOLSDIR}
 
 
# Bootstrapping