An open API service indexing awesome lists of open source software.

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

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
```