Files
warewulf/internal/pkg/staticfiles/build.sh
2021-04-23 19:44:31 +09:00

12 lines
252 B
Bash
Executable File

#!/bin/sh
if ! test -x $GOPATH/bin/implant; then
IMPLANT_GIT="https://github.com/skx/implant"
(mkdir -p $HOME/git; cd $HOME/git; git clone $IMPLANT_GIT; cd implant; go install)
fi
$GOPATH/bin/implant -verbose -package staticfiles -input files