uengine-runner-auto-configu.../HTYBrowser_Android.sh

17 lines
839 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env uengine-runner-auto-install-bash
# 使用 UEngine 运行器(原 Wine 运行器)的语言解析器
##########################################################################################
# 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 更新时间2023年1月20日
##########################################################################################
# 用于判断是否为 bash 解释器
if [[ 1 == 2 ]]; then
# 保持对旧版本的兼容
bash rm "/tmp/HTYBrowser_Android.apk"
fi
rm "/tmp/HTYBrowser_Android.apk"
download "https://code.gitlink.org.cn/gfdgd_xi/program-library-android/raw/branch/master/HTYBrowser_Android.apk?gfdgd_xi=gfdgd_xi" /tmp "HTYBrowser_Android.apk"
installapk "/tmp/HTYBrowser_Android.apk"
info 提示 安装完成!
rm -rfv "/tmp/HTYBrowser_Android.apk"