2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

feat: 卸载面板删除 /usr/bin/panel

This commit is contained in:
耗子
2023-10-07 20:05:07 +08:00
parent be74716f74
commit 4c8f4fa4ea

View File

@@ -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}
}