新增debian12的适配脚本

This commit is contained in:
2024-02-12 11:44:03 +08:00
parent e08a00784a
commit 921dc37521
6 changed files with 39 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [[ $debianVersion == 12.* ]]; then
cd /tmp
killall dde-dock dde-osd -9
nohup dde-dock &
nohup dde-osd &
fi