From 437ab76c51a94e646333f77162934b147b5163ac Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 18 Nov 2021 21:26:55 +0100 Subject: [PATCH] fix: Remove unnecessary command --- scripts/run | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/run b/scripts/run index a846de6..305d11a 100755 --- a/scripts/run +++ b/scripts/run @@ -31,12 +31,9 @@ stats() { } install() { - echo "📦 Installation des dépendances 📦" - echo "----------------------------------" echo - echo "- Récupération du theme" - git submodule update --init - echo "- Installation des dépendances node du theme" + echo "📦 Installation des dépendances node du theme 📦" + echo cd themes/hugo-theme-lowtech && npm i }