https://github.com/virtru/cks-setup-script
CKS Setup Script
https://github.com/virtru/cks-setup-script
Last synced: about 1 year ago
JSON representation
CKS Setup Script
- Host: GitHub
- URL: https://github.com/virtru/cks-setup-script
- Owner: virtru
- Created: 2022-06-21T16:19:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:16:44.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:23:40.567Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKS Setup Script
## Instructions
1. Download the script to the host.
```
curl -s https://raw.githubusercontent.com/virtru-corp/cks-setup-script/main/download.sh -o download.sh
```
2. Run the download script with Bash
```
bash ./download.sh
```
### Initial Setup
1. Run the setup script with Bash
```
bash ./cks-setup-scripts/setup-cks-latest.sh
```
### Updates
1. Run the update script with Bash
```
bash ./cks-setup-scripts/update.sh
```