Fumadocs: add git as dependency (#6459)

This commit is contained in:
CanbiZ 2025-08-01 21:06:36 +02:00 committed by GitHub
parent ca8cddb788
commit 3068ae1383
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -14,7 +14,8 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
ca-certificates
ca-certificates \
git
msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs