#!/bin/sh

curl -X POST -H "content-type: application/json" http://localhost:8008/publish -d '{"event": "updating", "payload": {}}'

DEBIAN_FRONTEND=noninteractive apt update
DEBIAN_FRONTEND=noninteractive apt-get install -y qvantum-b2b

