1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Allow INSTALL_PATH to be overridden by environment variable

This commit is contained in:
Ralph Slooten
2025-05-01 15:57:57 +12:00
parent b4f4b857f3
commit 5e1a228328

View File

@@ -41,7 +41,7 @@ aarch64 | arm64)
esac
GH_REPO="axllent/mailpit"
INSTALL_PATH="/usr/local/bin"
INSTALL_PATH="${INSTALL_PATH:-/usr/local/bin}"
TIMEOUT=90
# This is used to authenticate with the GitHub API. (Fix the public rate limiting issue)
# Try the GITHUB_TOKEN environment variable is set globally.