mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-06-22 06:03:52 +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
|