diff --git a/installer/install-ols.sh b/installer/install-ols.sh index 2398e5bc..59c3beeb 100755 --- a/installer/install-ols.sh +++ b/installer/install-ols.sh @@ -2,5 +2,5 @@ set -e -git clone --depth=1 https://github.com/DanielGavin/ols_ +git clone --depth=1 https://github.com/DanielGavin/ols ols_ cd ols_ && ./build.sh && cp ols .. && cd .. && rm -rf ols_