Scheck 설치¶
- 버전: 1.0.7-7-g251eead
- 릴리스 날짜: 2023-04-06 11:17:57
- 지원 운영체제: windows/amd64, windows/386, linux/arm, linux/arm64, linux/386, linux/amd64
이 문서에서는 Scheck의 기본 설치 방법을 설명합니다.
설치¶
업데이트¶
=== 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;
```
설치가 완료되면 scheck라는 이름의 서비스로 실행되며, 서비스 관리 도구를 사용하여 프로그램의 시작/중지를 제어할 수 있습니다:
기타 관련 링크:
- Scheck의 기본 사용법에 대한 자세한 내용은 Scheck 사용 시작하기를 참조하세요.