UMTS at Teleco 3 settimane fa
parent
commit
1c4784d65f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      beepzone-helper.sh

+ 2 - 1
beepzone-helper.sh

@@ -232,7 +232,8 @@ show_capabilities_screen() {
     if $IS_DEBIAN_NATIVE; then
       echo "Quick Setup for Debian Native:"
       echo "  sudo apt install"
-      echo "  mariadb-server mariadb-client apache2-utils git build-essential libssl-dev pkg-config libclang-dev"
+      echo "  mariadb-server mariadb-client apache2-utils"
+      echo "  git build-essential libssl-dev pkg-config libclang-dev"
       echo ""
       echo "For Rust/Cargo:"
       echo "  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"