24 lines
253 B
Markdown
24 lines
253 B
Markdown
# Operations
|
|
|
|
## Update
|
|
|
|
```bash
|
|
install/update.sh
|
|
```
|
|
|
|
```powershell
|
|
install/update.ps1
|
|
```
|
|
|
|
## Verify
|
|
|
|
```bash
|
|
install/verify.sh
|
|
```
|
|
|
|
```powershell
|
|
install/verify.ps1
|
|
```
|
|
|
|
Scheduled sync will be added on top of the same update and verify entrypoints.
|