Update rustdesk-server-install.sh

This commit is contained in:
tschettervictor
2024-10-18 12:33:46 -06:00
committed by GitHub
parent e54242d5ef
commit 5a5b3fc6d8

View File

@@ -10,7 +10,8 @@ if ! [ $(id -u) = 0 ]; then
fi
# Install Packages
pkg install -y rustdesk-server
pkg install -y \
rustdesk-server
# Enable and Start Services
sysrc rustdesk_hbbr_enable=YES