From 4c8f4fa4ea8e67af7d36878c29a402336cc30fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 7 Oct 2023 20:05:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=B8=E8=BD=BD=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20/usr/bin/panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/uninstall_panel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/uninstall_panel.sh b/scripts/uninstall_panel.sh index 159719a9..6942d6a0 100644 --- a/scripts/uninstall_panel.sh +++ b/scripts/uninstall_panel.sh @@ -62,6 +62,7 @@ Remove_Panel() { systemctl stop panel systemctl disable panel rm -f /etc/systemd/system/panel.service + rm -f /usr/bin/panel rm -rf ${setup_Path} }