| 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" | |
| 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" | |