mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Update service file version in makefile (#18925)
This commit is contained in:
parent
caac9d216e
commit
65028d4a35
2
Makefile
2
Makefile
@ -148,7 +148,7 @@ hotfix-vars:
|
||||
|
||||
hotfix: hotfix-vars clean install ## builds minio binary with hotfix tags
|
||||
@wget -q -c https://github.com/minio/pkger/releases/download/v2.2.0/pkger_2.2.0_linux_amd64.deb
|
||||
@wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.0/linux-systemd/distributed/minio.service
|
||||
@wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.1/linux-systemd/distributed/minio.service
|
||||
@sudo apt install ./pkger_2.2.0_linux_amd64.deb --yes
|
||||
@mkdir -p minio-release/$(GOOS)-$(GOARCH)/archive
|
||||
@cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio
|
||||
|
Loading…
Reference in New Issue
Block a user