Install Commands
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0
Uses the stable product bootstrap installer to fetch the archived legacy runtime and matching installer for this exact release.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0 --prepare-system
Installs the client-side dependencies needed by the legacy script without copying the runtime itself.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0 --reinstall
Forces the archived legacy release to be installed again even if the same version is already present.
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/versions/0.1.0/files/3wwav2mp3 -o /usr/local/sbin/3wwav2mp3 && chmod 0755 /usr/local/sbin/3wwav2mp3
Downloads the original legacy runtime directly without using the bootstrap installer.