本文系作者原创,转载请保留出处:http://skyai1.cublog.cn
其中理解可能也有不当之处,欢迎各位指正。
说明:此脚本能自动到下载文件并将其文件中163改为sohu
#!/bin/bash
cd /tmp
lftpget
if [ -e /tmp/centos.repo ];then
sed -i 's/163/sohu/g' centos.repo
else
echo "The file dosen't exits."
fi
mv centos.repo /etc/yum.repos.d/
yum install pidgin
阅读(757) | 评论(0) | 转发(1) |