浏览代码

cosmetics

UMTS at Teleco 3 周之前
父节点
当前提交
fea2b10e9d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      beepzone-helper.sh

+ 2 - 1
beepzone-helper.sh

@@ -231,7 +231,8 @@ show_capabilities_screen() {
     echo ""
     if $IS_DEBIAN_NATIVE; then
       echo "Quick Setup for Debian Native:"
-      echo "  sudo apt install mariadb-server mariadb-client apache2-utils git build-essential libssl-dev pkg-config libclang-dev"
+      echo "  sudo apt install"
+      echo "  mariadb-server mariadb-client apache2-utils 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"