Browse Source
#84 Remove failing checks when ETOMIC coins orders are getting placed.pass-iguana-arg
Artem Pikulin
7 years ago
committed by
GitHub
5 changed files with 20 additions and 22 deletions
@ -0,0 +1,5 @@ |
|||||
|
#!/bin/bash |
||||
|
sudo rm -rf /usr/local/cmake-3.9.2 && sudo rm -rf /usr/local/cmake |
||||
|
wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Linux-x86_64.sh |
||||
|
chmod +x cmake-3.12.0-rc2-Linux-x86_64.sh |
||||
|
sudo ./cmake-3.12.0-rc2-Linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local |
@ -0,0 +1,6 @@ |
|||||
|
#!/bin/bash |
||||
|
brew uninstall cmake --force |
||||
|
wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Darwin-x86_64.tar.gz |
||||
|
tar -xzf cmake-3.12.0-rc2-Darwin-x86_64.tar.gz |
||||
|
cp -r cmake-3.12.0-rc2-Darwin-x86_64/CMake.app/Contents/bin/* /usr/local/bin/ |
||||
|
cp -r cmake-3.12.0-rc2-Darwin-x86_64/CMake.app/Contents/share/* /usr/local/share/ |
Loading…
Reference in new issue