mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
4 lines
155 B
Bash
Executable File
4 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
curl -k --header "Content-Type: application/json" --request POST --data '{"versionSpecification":">=0.0.0"}' https://localhost:5959/v0/update
|
|
|