FreePBX / sng_freepbx_debian_install

FreePBX 17 Installation Script
51 stars 15 forks source link

Enable non-free repository for libfdk-aac-dev and libfdk-aac2 installation (Improvement: #21) #24

Closed spurnasai closed 2 months ago

spurnasai commented 2 months ago

Description: This pull request addresses issue #21, proposing an improvement to the FreePBX installation process. Improvement Description: Currently, lines 413-425 of the installation script manually fetch and install the packages libfdk-aac-dev and libfdk-aac2 from the non-free repository. This pull request suggests activating the non-free repository and installing these packages like any other, ensuring a more robust process, especially in the case of package upgrades on the Debian side. Proposed Solution: The installation script has been updated to automatically enable the non-free repository and install libfdk-aac-dev and libfdk-aac2 using the standard package manager. By integrating these steps into the installation process, we streamline the workflow and enhance compatibility with Debian systems. Your feedback and suggestions for further enhancements are welcome to refine the proposed solution and enhance the overall installation process.