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
The installation script for Betty includes the mandb command, which is not available on macOS. This results in an error message (mandb: command not found) when the script is run on a macOS system.
Impact:
This issue causes confusion and may lead users to believe that the installation process has failed, even though Betty is
installed correctly.
Proposed Solution:
Modify the installation script to check the operating system type. If the script detects macOS (darwin), it should skip the mandb command and display a message indicating that this step is not necessary. On Linux systems, the script should execute mandb as usual.
Testing:
The modified script has been tested on both macOS and Linux systems to ensure that it behaves as expected, skipping the mandb command on macOS and executing it on Linux.
- Modified install.sh to check operating system type.
- Added condition to skip command on macOS (darwin).
- Maintained execution on Linux systems.
- Ensures smoother installation on macOS without affecting Linux behavior.
- Addresses issue alx-tools#60.
Problem:
The installation script for Betty includes the mandb command, which is not available on macOS. This results in an error message (mandb: command not found) when the script is run on a macOS system.
Impact:
This issue causes confusion and may lead users to believe that the installation process has failed, even though Betty is
installed correctly.
Proposed Solution:
Modify the installation script to check the operating system type. If the script detects macOS (darwin), it should skip the mandb command and display a message indicating that this step is not necessary. On Linux systems, the script should execute mandb as usual.
Testing:
The modified script has been tested on both macOS and Linux systems to ensure that it behaves as expected, skipping the mandb command on macOS and executing it on Linux.
Link to Issue
Addresses issue #60.
The text was updated successfully, but these errors were encountered: