myoc / service /git.sh
OpenCode Deployer
update
7249f65
raw
history blame contribute delete
251 Bytes
#!/bin/bash
echo "将要安装 git"
echo ""
# 安装 Node.js 和必要依赖
apt-get update
apt-get install -y git
apt-get clean
rm -rf /var/lib/apt/lists/*
git config --global user.email "airs.ltd@qq.com"
git config --global user.email "airsltd"