caddy-retired/build/deploy
David Kebler 69e4d51c2a new install script for github releases
xcaddy build added
2020-10-26 10:11:41 -07:00

5 lines
136 B
Bash
Executable file

#!/bin/bash
# NEEDS WORK!
DIR="$(dirname "$(readlink -f "$0")")"
ARCH=${1:-amd64}
\cp --verbose -rf $DIR/BIN/$ARCH /opt/caddy/bin/caddy