joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

Reconfigures locales causing error for automated deployment using Terraform #89

Closed joglomedia closed 3 years ago

joglomedia commented 3 years ago

The dependencies installation require locales reconfiguration via dpkg-reconfigure locales, those causing unattended install (AUTO_INSTALL=true) mode for automated deployment using Terraform stuck on the select language screen.

Remove the locales reconfiguration since it is not urgently required step, or run only on attended install (AUTO_INSTALL=false) mode.