update spark-dwine-launch/run-template_v1.sh.

屏蔽mono和gecko安装器
This commit is contained in:
RX6900XT
2022-07-03 08:16:45 +00:00
committed by Gitee
parent f600ec56af
commit b23682d424

View File

@@ -29,6 +29,9 @@ Get_Dist_Name()
####获得发行版名称
##默认屏蔽mono和gecko安装器
export WINEDLLOVERRIDES="mscoree,mshtml="
#########################预设值段
version_gt() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)" != "$1"; }