You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- now installs, checks, or uninstalls AP
- powershell script is cross-platform
- properly documented commandlet
- GA will test script on Windows/Linux/MacOS
- Adds install directory to PATH on Windows, symlinks the binary on Linux/MacOS
- Adds an alias (simply AP) for analysis programs!
- All installs are local and should not need admin permissions
- the exception being Linux, which will install sox if it needs to (sudo required)
Fixes#343
- now installs, checks, or uninstalls AP
- powershell script is cross-platform
- properly documented commandlet
- GA will test script on Windows/Linux/MacOS
- Adds install directory to PATH on Windows, symlinks the binary on Linux/MacOS
- Adds an alias (simply AP) for analysis programs!
- All installs are local and should not need admin permissions
- the exception being Linux, which will install sox if it needs to (sudo required)
Fixes#343
Fix CI problems
Also added -Force to test scripts because the CI is non-interactive
Fix matrix variable reference
Fix script name missing
Also change condition for testing AP alias removed
Fix up install_dir var
I intended to use it as bin_dir but used the wrong concept
Use correct alias name
Describe the bug
The automatic install script no longer works. It was built using the old release system and doesn't know about the new download packages.
Expected behavior
The script should download the right package for any system.
The text was updated successfully, but these errors were encountered: