Browse Source

Typo fixed.

main
offa 7 years ago
parent
commit
cac1064fd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/ci_install.sh

+ 1
- 1
script/ci_install.sh View File

@@ -20,7 +20,7 @@ else
echo "CMake installer available"
fi

sudo ./install-cmake.sh --prefix=$/local --skip-license
sudo ./${CMAKE_INSTALLER} --prefix=/usr/local --skip-license


cd ${BUILD_DIR}

Loading…
Cancel
Save