parent
6fb5db78d2
commit
33bc71f883
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
set -euo pipefail |
||||
IFS=$'\n\t' |
||||
|
||||
CURL_URL="https://rocket.chat/releases/update" |
||||
|
||||
curl -X POST "$CURL_URL" |
Loading…
Reference in new issue