Skip to content

Commit

Permalink
fix(wechat): 一键清理
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed May 14, 2024
1 parent 407e206 commit 381d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tool_install_wechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def install_wechat(self):
if code==4:
try:
CmdTask("sudo apt remove wechat-linux-spark -y",os_command=True).run()
CmdTask("sudo apt remove ukylin-wechat -y",os_command=True).run()
CmdTask("sudo apt remove wechat-* -y",os_command=True).run()
CmdTask("sudo docker stop wechat",os_command=True).run()
CmdTask("sudo docker rm wechat",os_command=True).run()
CmdTask("sudo docker image rm bestwu/wechat",os_command=True).run()
Expand Down

0 comments on commit 381d9e0

Please sign in to comment.