diff --git a/run b/run index c0a5f2c..4936ff0 100755 --- a/run +++ b/run @@ -31,7 +31,7 @@ if [ $# -ge 1 ]; then docker-compose up -d elif [ $1 == "install" ]; then echo "- Initialisation de git submodule" - git submodule init + git submodule update --init echo "- Installe les dépendances node" cd themes/hugo-theme-lowtech && npm i fi