hedgedoc/docker/download-caddy.sh
Tilman Vatteroth 0da51bba67
Add basic realtime communication (#2118)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-06-18 16:40:28 +00:00

10 lines
231 B
Bash
Executable file

#!/bin/bash
#
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only
#
set -e
curl -o caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
chmod +x ./caddy