mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Prompts user for SSL preferences during installation - Asks for domain name and email interactively - Falls back to environment variables for non-interactive mode - Shows SSL status in final output (Let's Encrypt / self-signed / none) - Updates INSTALL.md with interactive/non-interactive examples Interactive mode (recommended): curl -sSL https://opensourcepos.org/install | sudo bash # Prompts for SSL, domain, and email Non-interactive mode: curl -sSL https://opensourcepos.org/install | \ APACHE_SERVER_NAME=pos.example.com \ SSL_EMAIL=admin@example.com \ sudo -E bash