You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

卸载
支持使用脚本来一键卸载当前安装的 Zadig 系统,只需执行卸载脚本即可:

#根据实际安装的 namespace 修改
export NAMESPACE=zadig
#根据实际安装的版本,选择对应版本的卸载脚本
curl -SsL https://github.com/koderover/zadig/releases/download/v2.0.0/uninstall.sh |bash
官方卸载脚本:

curl -SsL https://download.koderover.com/install?type=uninstall | bash

  • No labels