Updated script [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-11-12 17:46:33 +03:00
parent c69264a316
commit 16358603a9
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ cd ~
mkdir gcc
cd gcc
wget https://ftpmirror.gnu.org/gcc/${VERSION}/${VERSION}.tar.bz2
tar xf ${VERSION}.tar.bz2
wget https://ftpmirror.gnu.org/gcc/${VERSION}/${VERSION}.tar.xz
tar xf ${VERSION}.tar.xz
cd ${VERSION}
./contrib/download_prerequisites
cd ..