aboutsummaryrefslogtreecommitdiff
path: root/beepzone-helper.sh
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2026-01-11 20:55:27 +0100
committerUMTS at Teleco <crt@teleco.ch>2026-01-11 20:55:27 +0100
commit1c4784d65f2cb379628cdca42706f2fc4331cc38 (patch)
treee1731bd4a0e4f33a57e461c9d3bbdd648ce98971 /beepzone-helper.sh
parentfea2b10e9d8b5ae88da1f8d9f95f765713ffca51 (diff)
more cosmetics
Diffstat (limited to 'beepzone-helper.sh')
-rwxr-xr-xbeepzone-helper.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/beepzone-helper.sh b/beepzone-helper.sh
index 047f1df..f496ebe 100755
--- a/beepzone-helper.sh
+++ b/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"