alx-tools / Betty

Holberton-style C code checker written in Perl
GNU General Public License v3.0
1.26k stars 1.77k forks source link

Fix Command Not Found Error on macOS During Installation #61

Open Abdurahman-hassan opened 9 months ago

Abdurahman-hassan commented 9 months ago

Pull Request: mandb Command Not Found on macOS During Installation

Problem

During the installation of Betty, the script executes the mandb command, which is unavailable on macOS. This results in the error mandb: command not found. This issue causes confusion among macOS users, as it may appear that the installation process has failed.

Proposed Solution

The installation script should be modified to:

Testing

Impact

This change ensures a smoother installation experience on macOS and maintains the current functionality on Linux.