mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
7 lines
144 B
Ruby
Executable file
7 lines
144 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require "minio_runner"
|
|
|
|
ENV["MINIO_RUNNER_LOG_LEVEL"] = "DEBUG"
|
|
MinioRunner.install_binaries
|