摘要: #!/bin/bashbao_dir="/tmp"bao_name="mongodb-linux-x86_64-rhel70-5.0.0.tgz"#安装依赖yum install libcurl openssl xz-libs wget -y#下包cd $bao_dir[ -f $bao_name 阅读全文
posted @ 2021-07-21 16:13 渣渣中的战斗机 阅读(159) 评论(0) 推荐(0)