mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:46:36 +08:00
新增debian12的适配脚本
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user