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