1 Star 0 Fork 120

beyondliangcai/NetEaseMusic

forked from cosven/FeelUOwn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update.sh 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
cosven 提交于 2015-06-25 16:42 . fix
#! /bin/sh
echo "正在更新 NetEaseMusic For Linux - ThirdParty"
echo "这个操作会删除你在本地对代码的更改, 确定请输入 y"
echo "确认: 'y/n'"
echo -n "> "
read flag
if [ "$flag" = "y" ]; then
echo "更新中......"
git init
git remote add origin https://github.com/cosven/FeelUOwn.git
git remote set-url origin https://github.com/cosven/FeelUOwn.git
git fetch --all
git reset --hard origin/master
if [ $? -eq 0 ]; then
echo "已经更新到最新版 !"
else
echo "貌似出现了什么错误..."
fi
else
echo "取消更新!"
fi
echo "正在重新生成桌面图标..."
./install.sh
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beyondliangcai/NetEaseMusic.git
[email protected]:beyondliangcai/NetEaseMusic.git
beyondliangcai
NetEaseMusic
NetEaseMusic
master

搜索帮助