Skip to content

Commit

Permalink
诈尸(2.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Jul 18, 2024
1 parent ef34094 commit 51a1587
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p width=100px align="center"><img src="runner.svg"></p>
<h1 align="center">UEngine 运行器 2.2.0.1</h1>
<h1 align="center">UEngine 运行器 2.2.1</h1>
<hr>
<a href='https://gitee.com/gfdgd-xi/uengine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi/uengine-runner/badge/star.svg?theme=dark' alt='star'></img></a>
<a href='https://gitee.com/gfdgd-xi/uengine-runner/members'><img src='https://gitee.com/gfdgd-xi/uengine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a>
Expand Down Expand Up @@ -86,6 +86,9 @@ sudo apt upgrade
![image.png](https://storage.deepin.org/thread/202205220801513371_image.png)

### 更新内容
#### V2.2.1(2024年07月18日)
**※1、修复 UEngine Ubuntu 安装器下载链接失效的问题**

#### V2.2.0.1(2023年02月04日)
**※1、解决 deepin 23 beta3 缺失依赖的问题**

Expand Down
5 changes: 4 additions & 1 deletion information.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https://gitee.com/gfdgd-xi/uengine-runner",
"https://github.com/gfdgd-xi/uengine-runner"
],
"Version": "2.2.0.1",
"Version": "2.2.1",
"System": "Linux(deepin/UOS/Ubuntu/Debian)",
"Tips": [
"更多可见:https://gitee.com/gfdgd-xi/uengine-runner/wikis 或程序的更多帮助",
Expand All @@ -22,6 +22,9 @@
"5、如果想要使用adb连接UEngine或其他手机,请使用 1.2.0 以前的版本。(如需连接UEngine请安装adb补丁)"
],
"Update": [
"<b>V2.2.1:</b>",
"※1、修复 UEngine Ubuntu 安装器下载链接失效的问题",
"",
"<b>V2.2.0.1:</b>",
"※1、解决 deepin 23 beta3 缺失依赖的问题",
"",
Expand Down
9 changes: 2 additions & 7 deletions uengine-installer
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@ rm -rf /tmp/uengine
mkdir -p /tmp/uengine
# 区分是下载 Root 镜像还是普通镜像
if [[ $1 == "SuperSU" ]]; then
#aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://code.gitlink.org.cn/gfdgd_xi/uengine-installer/raw/branch/master/uengine2.1.2.2007-supersu.tar.xz
# 改为 JihuLab
aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://jihulab.com/gfdgd-xi/uengine-download/-/raw/main/uengine2.1.2.2007-supersu.tar.xz
aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://sourceforge.net/projects/uengine-runner/files/UEngine/uengine2.1.2.2007-supersu.tar.xz/download
else
# 改为 Github
#aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://github.com/rain-gfd/uengine-installer-package/releases/download/uengine2.1.2.2010/uengine2.1.2.2010.tar.xz
# 改为 JihuLab
aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://jihulab.com/gfdgd-xi/uengine-download/-/raw/main/uengine2.1.2.2010.tar.xz
aria2c -x 16 -s 16 -d /tmp/uengine -o uenginetar.xz https://sourceforge.net/projects/uengine-runner/files/UEngine/uengine2.1.2.2010.tar.xz/download
fi
tar_path="/tmp/uengine/uenginetar.xz"
tar_path=`echo "$tar_path" | sed $'s/\'//g'`
Expand Down

0 comments on commit 51a1587

Please sign in to comment.