Releases: nczz/lnmp-stack
Releases · nczz/lnmp-stack
v1.3 — Latest Stable
New Features
--resumeflag — 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/localfor libraries that conflict with apt-installed packages (iconv, libssl, libxml2, libcurl, etc.). Auto-backup and removal in--automode, interactive prompt otherwise. - Hardened compile paths —
PKG_CONFIG_PATHexplicitly set to system paths before PHP/Nginx configure to prevent/usr/localcontamination.
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/wpis 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