:-'Generic Commit'

This commit is contained in:
Your Name 2025-05-29 20:20:04 +12:00
parent d76af05a2e
commit e3aecba023

View File

@ -76,7 +76,7 @@ function install_packages() {
case $OS in case $OS in
"Ubuntu"|"Debian GNU/Linux") "Ubuntu"|"Debian GNU/Linux")
# Common packages for both Ubuntu and Debian # Common packages for both Ubuntu and Debian
PACKAGES="nlohmann-json3-dev wget curl cmake ninja-build mold" PACKAGES="nlohmann-json3-dev wget curl cmake ninja-build mold build-essential"
;; ;;
*) *)
print_error "Unsupported distribution: $OS" print_error "Unsupported distribution: $OS"