Magicmirror: add git dependency

This commit is contained in:
CanbiZ 2025-08-01 22:07:33 +02:00 committed by GitHub
parent 7c41c51bfe
commit 88483b7dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,10 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Setup Dependencies"
$STD apt-get install -y git
msg_ok "Setup Dependencies"
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "magicmirror" "MagicMirrorOrg/MagicMirror" "tarball" fetch_and_deploy_gh_release "magicmirror" "MagicMirrorOrg/MagicMirror" "tarball"