caddy-retired/scripts/install-xcaddy
David Kebler 87d4316e62 moved all scripts to scripts directory and refactored accordingly
somewhat working example site with conf file
2020-10-27 10:09:20 -07:00

5 lines
167 B
Bash
Executable file

#!/bin/bash
DIR=$(dirname "$(dirname "$(readlink -f "$0")")") || exit
BUILD_DIR=$DIR/build
export GOPATH=$BUILD_DIR
go get -u github.com/caddyserver/xcaddy/cmd/xcaddy