mirror of
				https://github.com/axllent/mailpit.git
				synced 2025-10-31 00:07:43 +02:00 
			
		
		
		
	Allow INSTALL_PATH to be overridden by environment variable
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user