support-uos

This commit is contained in:
2022-06-17 16:03:19 +08:00
parent 52fcf57512
commit b48c1adad9
8 changed files with 1049 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -L /opt/durapps/spark-dwine-helper/scale-set-helper ];then
rm -f /opt/durapps/spark-dwine-helper/scale-set-helper
fi
if [ -L /opt/deepinwine/tools/spark_run_v4.sh ];then
rm -f /opt/deepinwine/tools/spark_run_v4.sh
fi
echo "清理垃圾"