2018年10月18日

摘要: #!/bin/bash DEBIAN=$(uname -v |grep -o Debian) CENTOS=$( uname -r |grep -o el7) if [ $DEBIAN ]; then # step 1: 安装必要的一些系统工具 sed -i 's@GRUB_CMDLINE_LINU 阅读全文
posted @ 2018-10-18 08:58 kcrist 阅读(278) 评论(0) 推荐(0) 编辑

导航