mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
dont clone cmake-files
This commit is contained in:
parent
7755601601
commit
028ce17799
@ -6,14 +6,6 @@ BASE=`pwd`
|
||||
mkdir -p contrib
|
||||
cd contrib
|
||||
|
||||
if [ -d cmake-files ]; then
|
||||
cd cmake-files
|
||||
git pull
|
||||
cd ..
|
||||
else
|
||||
git clone https://github.com/nishiowo/cmake cmake-files --depth=1
|
||||
fi
|
||||
|
||||
if [ ! -d ode-${ODE_VERSION} ]; then
|
||||
wget https://sourceforge.net/projects/opende/files/ODE/${ODE_VERSION}/ode-${ODE_VERSION}.tar.gz/download -O - | tar xvzf -
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user