文件
ParlzPackageManger/web
JGZYES c30dc72c1b fix(install.sh): install to the same ~/.pmm/root/bin/pmm used by pmm self-update
installed.sh previously put pmm in /usr/local/bin/pmm (root) or ~/.local/bin/pmm,
while 'pmm install pmm' installs to ~/.pmm/root/bin/pmm — two copies that fight
over which binary runs (the '串' / stale-hash / wrong-version issues). Now it
installs to the SAME path and prepends ~/.pmm/root/bin to PATH in ~/.bashrc, so the
one-line installer and pmm self-update agree; it also detects if a system-level pmm
still resolves first and prints the exact fix.
2026-09-06 10:04:26 +08:00
..