69e4d51c2a
xcaddy build added
5 lines
136 B
Bash
Executable file
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
|