文件
ParlzPackageManger/web
JGZYES b7f952e032 install.sh: detect which pmm the shell resolves to and give exact fix
When WSL inherits a Windows-side pmm (e.g. /mnt/d/.pmm/root/bin) ahead of the
fresh install, 'pmm' stays broken/wrong even after an install. The installer
now runs 'command -v pmm' and, if it isn't the freshly installed binary,
prints the precise 'export PATH=... ; hash -r' steps (and notes if the hit is
under /mnt/, i.e. a Windows pmm leaked into WSL's PATH).
2026-09-05 15:01:23 +08:00
..