Install git and GitHub CLI dependencies

Added installation of git and GitHub CLI as dependencies.
This commit is contained in:
Michel Roegl-Brunner
2026-03-10 15:43:26 +01:00
committed by GitHub
parent c6cf0d92c2
commit 5aa9cfe213

View File

@@ -12,6 +12,11 @@ network_check
update_os
msg_info "Install Dependencies"
apt install -y \
git \
gh
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs