1 Star 0 Fork 0

ArchiGuru/Automatic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
template.sh 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
ArchiGuru 提交于 2024-02-02 00:25 . update
#!/bin/bash
cd ~
# 前置检查
curl -fsSL https://gitee.com/jonnyhub/automatic/raw/master/include/check_os.sh >./check_os.sh && chmod +x check_os.sh
. ~/check_os.sh
############### 可用变量 ###############
# 【包管理工具为】: ${PM} 如: apt
# 【系统类型为】: ${OS} 如: Debian
# 【系统 ID】 : ${OS_ID} 如: debian
# 【系统 code name】: ${OS_CNAME} 如:buster
############### 可用变量 ###############
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/archiguru/automatic.git
[email protected]:archiguru/automatic.git
archiguru
automatic
Automatic
main

搜索帮助