1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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