mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
8 lines
272 B
Bash
8 lines
272 B
Bash
#!/bin/bash
|
|
if [ ! -d /opt/deepinwine/tools ];then
|
|
mkdir -p /opt/deepinwine/tools
|
|
fi
|
|
if [ ! -e /opt/deepinwine/tools/spark_run_v4.sh ];then
|
|
ln -sv /opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark_run_v4.sh /opt/deepinwine/tools/spark_run_v4.sh
|
|
fi
|