From 6c51fa3d0be547ad52f4dcd696bcab0df42fdab2 Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 18 Jul 2026 11:03:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20install.sh=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=87=8D=E5=90=AF=20dde-shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5a7572c..74aba8a 100755 --- a/install.sh +++ b/install.sh @@ -21,5 +21,6 @@ echo "Installing JNetApplet (requires sudo)..." sudo cmake --install build echo "Installation complete!" -echo "Please restart dde-shell to load the plugin:" -echo " systemctl --user restart dde-shell@DDE" \ No newline at end of file +echo "Restarting dde-shell..." +systemctl --user restart dde-shell@DDE +echo "Done! Plugin loaded." \ No newline at end of file