fix: Remove unnecessary command

This commit is contained in:
Simon 2021-11-18 21:26:55 +01:00
parent 65a8c9b939
commit 437ab76c51
1 changed files with 2 additions and 5 deletions

View File

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