新增程序 安装 RacoonGX论坛手机版 APP
This commit is contained in:
parent
0a6e2829ae
commit
b052458e73
|
@ -0,0 +1 @@
|
|||
Visit: http://bbs.racoongx.cn
|
|
@ -3,6 +3,10 @@
|
|||
"查看自动配置脚本语法编写帮助",
|
||||
"help.sh"
|
||||
],
|
||||
[
|
||||
"安装 RacoonGX论坛手机版 APP",
|
||||
"web.racoongx.forum_1.0.0.sh"
|
||||
],
|
||||
[
|
||||
"安装 清浊1.9.3",
|
||||
"app-release-258682-o_1glgukuum52j14qfs351sffult13-uid-2838135.sh"
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env uengine-runner-auto-install-bash
|
||||
# 使用 UEngine 运行器(原 Wine 运行器)的语言解析器
|
||||
##########################################################################################
|
||||
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
|
||||
# 更新时间:2023年1月22日
|
||||
##########################################################################################
|
||||
# 用于判断是否为 bash 解释器
|
||||
if [[ 1 == 2 ]]; then
|
||||
# 保持对旧版本的兼容
|
||||
bash rm "/tmp/web.racoongx.forum_1.0.0.apk"
|
||||
fi
|
||||
rm "/tmp/web.racoongx.forum_1.0.0.apk"
|
||||
download "https://code.gitlink.org.cn/gfdgd_xi/program-library-android/raw/branch/master/web.racoongx.forum_1.0.0.apk?gfdgd_xi=gfdgd_xi" /tmp "web.racoongx.forum_1.0.0.apk"
|
||||
installapk "/tmp/web.racoongx.forum_1.0.0.apk"
|
||||
info 提示 安装完成!
|
||||
rm -rfv "/tmp/web.racoongx.forum_1.0.0.apk"
|
Loading…
Reference in New Issue