Scheck Installation¶
- Version: 1.0.7-7-g251eead
- Release Date: 2023-04-06 11:17:57
- Supported OS: windows/amd64, windows/386, linux/arm, linux/arm64, linux/386, linux/amd64
This document covers the basic installation of Scheck.
Installation¶
Upgrade¶
=== Linux
```Shell
SC_UPGRADE=1 bash -c "$(curl -L https://static.guance.com/security-checker/install.sh)"
```
=== Windows
```powershell
$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 the service management tool to start/stop the program:
Other related links:
- For basic usage of Scheck, see Getting Started with Scheck