Update elementsynapse-install.sh (#1987)

missing backslash
This commit is contained in:
Vakrehus
2025-02-03 14:29:55 +01:00
committed by GitHub
parent db24bf4d02
commit 577a415f10

View File

@@ -13,7 +13,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y $STD apt-get install -y \
sudo \ sudo \
curl \ curl \
mc \ mc \