Skip to content

Releases: nczz/lnmp-stack

v1.3 — Latest Stable

11 Apr 16:49

Choose a tag to compare

New Features

  • --resume flag — Continue installation after failure without starting over. Completed steps (nginx/mysql/php/tools) are tracked and skipped on resume.
  • Pre-flight environment conflict detection — Scans /usr/local for libraries that conflict with apt-installed packages (iconv, libssl, libxml2, libcurl, etc.). Auto-backup and removal in --auto mode, interactive prompt otherwise.
  • Hardened compile pathsPKG_CONFIG_PATH explicitly set to system paths before PHP/Nginx configure to prevent /usr/local contamination.

Bug Fixes

  • Fix iconv detection: scan both header (iconv.h) and library (libiconv.so) separately since they have different names
  • Fix WP-CLI install failure when /usr/local/bin/wp is a broken symlink
  • Fix service start failure (e.g. port conflict) aborting the entire installation — now logs warning and continues
  • Fix vhost list missing column headers