Skip to content

Scheck Installation

  • Version: 1.0.7-7-g251eead
  • Release Date: 2023-04-06 11:17:57
  • Supported Operating Systems: windows/amd64, windows/386, linux/arm, linux/arm64, linux/386, linux/amd64

This article introduces the basic installation of Scheck.

Installation

sudo -- bash -c "$(curl -L https://static.guance.com/security-checker/install.sh)" 
Set-ExecutionPolicy Bypass -scope Process -Force; Import-Module bitstransfer; start-bitstransfer -source https://static.guance.com/security-checker/install.ps1  -destination .install.ps1; powershell .install.ps1;

Upgrade

SC_UPGRADE=1 bash -c "$(curl -L https://static.guance.com/security-checker/install.sh)" 
$env:SC_UPGRADE;Set-ExecutionPolicy Bypass -scope Process -Force; Import-Module bitstransfer; start-bitstransfer -source https://static.guance.com/security-checker/install.ps1  -destination .install.ps1; powershell .install.ps1;

After installation, it runs as a service named scheck. Use service management tools to control the start/stop of the program:

systemctl start/stop/restart scheck
# Or
service scheck start/stop/restart

Other related links:

Feedback

Is this page helpful? ×