mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-07 06:33:38 +01:00
Issue #1
This commit is contained in:
parent
f8613a1d64
commit
e695acaa7d
@ -4,7 +4,7 @@ set -u
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
TARGET=ninja
|
TARGET=ninja
|
||||||
URL="http://github.com/martine/ninja/archive/v1.5.3.tar.gz"
|
URL="https://github.com/martine/ninja/archive/v1.5.3.tar.gz"
|
||||||
|
|
||||||
function _install()
|
function _install()
|
||||||
{
|
{
|
||||||
@ -20,7 +20,7 @@ function _install()
|
|||||||
|
|
||||||
if [[ ! -f "Downloads/${TARGET}.tar.gz" ]]
|
if [[ ! -f "Downloads/${TARGET}.tar.gz" ]]
|
||||||
then
|
then
|
||||||
wget ${URL} -O "Downloads/${TARGET}.tar.gz.tmp"
|
wget --no-check-certificate ${URL} -O "Downloads/${TARGET}.tar.gz.tmp"
|
||||||
mv "Downloads/${TARGET}.tar.gz"{.tmp,}
|
mv "Downloads/${TARGET}.tar.gz"{.tmp,}
|
||||||
fi
|
fi
|
||||||
source scripts/build.sh
|
source scripts/build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user