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