Commit f19bb6fd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
mkdir tmp
mount --bind tmp /tmp
tar xf mc-RELEASE.2025-04-08T15-39-49Z.tar.gz
cd mc-RELEASE.2025-04-08T15-39-49Z && CGO_ENABLED=0 GOCACHE=/tmp/gocache GOPATH=$(CURDIR)/../go/go $(CURDIR)/../go/go/bin/go build -tags kqueue -trimpath -o mc
install -v -D -m0755 mc-RELEASE.2025-04-08T15-39-49Z/mc /usr/bin/minio-client
rm -rf minio-mc-RELEASE.2025-04-08T15-39-49Z
umount /tmp
rm -rf tmp
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment