摘要: #!/bin/bash # 确保以 root 权限运行 if [ "$EUID" -ne 0 ]; then echo "请使用 sudo 运行此脚本" exit fi echo " 步骤 1: 安装必要依赖 " dnf install -y git perl curl ctags kernel-d 阅读全文
posted @ 2026-01-05 00:25 木子欢儿 阅读(11) 评论(0) 推荐(0)