Skip to content

v0.2.1

Latest

Choose a tag to compare

@topcug topcug released this 11 Oct 16:19
· 2 commits to master since this release

v0.2.1

Bug Fixes

  • Fixed repository URLs to point to correct organization (topcug)
  • Updated installation script with correct repository URL

Installation

Quick install:

curl -sSL https://raw.githubusercontent.com/topcug/secclear-cli/main/install.sh | bash

Manual install:

# Linux
curl -sSL https://github.com/topcug/secclear-cli/releases/download/v0.2.1/secclear-linux-amd64 -o secclear
chmod +x secclear
sudo mv secclear /usr/local/bin/

# macOS Intel
curl -sSL https://github.com/topcug/secclear-cli/releases/download/v0.2.1/secclear-darwin-amd64 -o secclear
chmod +x secclear
sudo mv secclear /usr/local/bin/

# macOS Apple Silicon
curl -sSL https://github.com/topcug/secclear-cli/releases/download/v0.2.1/secclear-darwin-arm64 -o secclear
chmod +x secclear
sudo mv secclear /usr/local/bin/

# Windows
Download secclear-windows-amd64.exe from release assets

Full Changelog

v0.2.0...v0.2.1