feat: install.sh 自动重启 dde-shell

This commit is contained in:
2026-07-18 11:03:37 +08:00
parent 011a5c7e86
commit 6c51fa3d0b
+3 -2
View File
@@ -21,5 +21,6 @@ echo "Installing JNetApplet (requires sudo)..."
sudo cmake --install build sudo cmake --install build
echo "Installation complete!" echo "Installation complete!"
echo "Please restart dde-shell to load the plugin:" echo "Restarting dde-shell..."
echo " systemctl --user restart dde-shell@DDE" systemctl --user restart dde-shell@DDE
echo "Done! Plugin loaded."