mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-16 20:41:19 +02:00
57c2c88c53
Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
495 B
Bash
16 lines
495 B
Bash
#!/usr/bin/env bash
|
|
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
|
# Copyright (c) 2021-2026 community-scripts ORG
|
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
|
|
|
APP="MinIO"
|
|
|
|
header_info "$APP"
|
|
variables
|
|
color
|
|
|
|
msg_error "This script is no longer available in community-scripts."
|
|
msg_error "Repository is archived. Minio is gone"
|
|
msg_warn "More info: https://community-scripts.org/scripts/minio"
|
|
exit 1
|