mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
remove echo
This commit is contained in:
parent
e7f0e8eafb
commit
a28d09fa8c
1
cmakew
1
cmakew
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user