Skip to content

Fixed Window Installation Issues

Caivy requested to merge github/fork/Primply12/main into main

Created by: Primply12

I have forked this repository and made the following changes :

  • Fixed minor issues related to the wait command in the history feature
  • Updated the copy commands for Windows OS in installer.sh to use 'cp -i -rf' for interactive copying and preserving file attributes
  • Changed the installation directory for Windows OS from '/usr/local/bin' to '/usr/bin' for better compatibility
  • These updates enhance the user experience by providing a more seamless and efficient history functionality. The copy commands for Windows now ensure interactive copying and preserve file attributes. Additionally, changing the installation directory improves compatibility on Windows systems.

I have thoroughly tested the modifications and ensured that they integrate smoothly with the existing codebase. This pull request aims to contribute to the continuous improvement of media-cli. Thank you for considering these updates.

Merge request reports