fix: Remove unnecessary command
This commit is contained in:
parent
65a8c9b939
commit
437ab76c51
|
@ -31,12 +31,9 @@ stats() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
echo "📦 Installation des dépendances 📦"
|
|
||||||
echo "----------------------------------"
|
|
||||||
echo
|
echo
|
||||||
echo "- Récupération du theme"
|
echo "📦 Installation des dépendances node du theme 📦"
|
||||||
git submodule update --init
|
echo
|
||||||
echo "- Installation des dépendances node du theme"
|
|
||||||
cd themes/hugo-theme-lowtech && npm i
|
cd themes/hugo-theme-lowtech && npm i
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue