Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

export NAMESPACE=zadig

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

...