镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
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.