mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
|
|
if [ -e /opt/deepinwine/tools/spark_run_v4.sh ];then
|
|
unlink /opt/deepinwine/tools/spark_run_v4.sh
|
|
fi
|