不再往系统拉屎

This commit is contained in:
2024-05-08 11:59:35 +08:00
parent b82aac8f6f
commit 00598891ff
64 changed files with 70 additions and 53 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/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