mirror of https://github.com/dnomd343/kms-server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
353 B
8 lines
353 B
apk add --no-cache git make build-base
|
|
git clone --branch master --single-branch https://github.com/Wind4/vlmcsd.git /tmp/vlmcsd-build
|
|
cd /tmp/vlmcsd-build || exit && make
|
|
mkdir /tmp/vlmcsd
|
|
cp /tmp/vlmcsd-build/bin/vlmcs /tmp/vlmcsd/
|
|
cp /tmp/vlmcsd-build/bin/vlmcsd /tmp/vlmcsd/
|
|
cp /tmp/vlmcsd-build/etc/vlmcsd.kmd /tmp/vlmcsd/
|
|
rm -rf /tmp/vlmcsd-build
|
|
|