remove echo

This commit is contained in:
Kevin Yue 2021-09-16 00:17:37 +08:00
parent e7f0e8eafb
commit a28d09fa8c

1
cmakew
View File

@ -45,7 +45,6 @@ if [ ! -f "$cmake_bin" ]; then
else else
download_link="https://github.com/Kitware/CMake/releases/download/v${cmake_version}/cmake-${cmake_version}-linux-x86_64.tar.gz" download_link="https://github.com/Kitware/CMake/releases/download/v${cmake_version}/cmake-${cmake_version}-linux-x86_64.tar.gz"
fi fi
echo $download_link
wget -nv --show-progress "$download_link" -O "/tmp/cmake-$cmake_version.tar.gz" wget -nv --show-progress "$download_link" -O "/tmp/cmake-$cmake_version.tar.gz"
mkdir -p "${cmake_base}/cmake-$cmake_version" mkdir -p "${cmake_base}/cmake-$cmake_version"