diff --git a/makefile b/makefile index 8698416..8f5f653 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ TOOLS = tools # Things that have to be built during the bootstrap phase with system tools -BOOTSTRAP = gcc make +BOOTSTRAP = gcc make curl git # Languages to install after bootstrap but before other packages LANGS = go perl python @@ -24,7 +24,7 @@ PIPMODULES = pip ansible pew pythonz-bd # Set of packages we want to include in the distribution tarball -MYTOOLS = bash-completion emacs file-formula git htop nload nmap screen socat source-highlight the_silver_searcher tmux tree vim +MYTOOLS = bash-completion emacs file-formula htop nload nmap screen socat source-highlight the_silver_searcher tmux tree vim # ----------- Nothing below here should need changing ----------- # @@ -61,6 +61,8 @@ full-build: @echo "Make sure the bootstrap is installed at ${TOOLSDIR}" + echo insecure > ~/.curlrc + git config --global http.sslVerify false sudo yum -y install autoconf automake patch perl texinfo ${BREW} install --verbose ${LANGS} ${BREW} link --verbose python