AsahiLinux / asahi-installer

Asahi Linux installer
MIT License
807 stars 107 forks source link

Improved Code Readability and Maintainability of build.sh #234

Open PulkitBxtra opened 11 months ago

PulkitBxtra commented 11 months ago

This pull request aims to improve the code readability and maintainability of the project. It introduces several enhancements, such as variable organization, directory structure consistency, and comments for better understanding.

  1. Defined directory variables to improve code readability and maintainability.
  2. Used directory variables consistently throughout the script.
  3. Checked if the "version.tag" file exists within the specified directory properly.
  4. Added comments for clarity at various points in the script.