Explorar el Código

Typo fixed.

main
offa hace 7 años
padre
commit
cac1064fd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      script/ci_install.sh

+ 1
- 1
script/ci_install.sh Ver fichero

@@ -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}

Cargando…
Cancelar
Guardar