mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:46:36 +08:00
8 lines
126 B
Bash
8 lines
126 B
Bash
#!/bin/bash
|
|
if [[ $debianVersion == 12.* ]]; then
|
|
cd /tmp
|
|
killall dde-dock dde-osd -9
|
|
nohup dde-dock &
|
|
nohup dde-osd &
|
|
fi
|