Woops. Use curl once in /tmp

This commit is contained in:
clanmills 2020-05-20 09:27:11 +01:00
parent 8e988d33b3
commit de28105895

View File

@ -58,8 +58,8 @@ case "$distro_id" in
'opensuse'|'opensuse-tumbleweed')
zypper --non-interactive refresh
zypper --non-interactive install gcc-c++ clang cmake make ccache libexpat-devel zlib-devel libssh-devel curl libcurl-devel git which dos2unix libxml2-tools
curl -LO https://github.com/google/googletest/archive/release-1.8.0.tar.gz
pushd /tmp
curl -LO https://github.com/google/googletest/archive/release-1.8.0.tar.gz
tar xzf release-1.8.0.tar.gz
mkdir -p googletest-release-1.8.0/build
pushd googletest-release-1.8.0/build