Skip to content

Commit

Permalink
Replace wget with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 8, 2024
1 parent e742ab8 commit ca8238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/install-colmap-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURRDIR=$(pwd)
yum install -y gcc gcc-c++ ninja-build curl zip unzip tar

FILE="ccache-4.9-linux-x86_64"
wget -nv https://github.com/ccache/ccache/releases/download/v4.9/${FILE}.tar.xz
curl -sSLO https://github.com/ccache/ccache/releases/download/v4.9/${FILE}.tar.xz
tar -xf ${FILE}.tar.xz
export PATH="$(pwd)/${FILE}:${PATH}"

Expand Down

0 comments on commit ca8238b

Please sign in to comment.