Install git and GitHub CLI dependencies
Added installation of git and GitHub CLI as dependencies.
This commit is contained in:
committed by
GitHub
parent
c6cf0d92c2
commit
5aa9cfe213
@@ -12,6 +12,11 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
|
|
||||||
|
msg_info "Install Dependencies"
|
||||||
|
apt install -y \
|
||||||
|
git \
|
||||||
|
gh
|
||||||
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="22" setup_nodejs
|
NODE_VERSION="22" setup_nodejs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user