diff --git a/install.sh b/install.sh index 370fad4..5ad2af5 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,13 @@ #!/bin/bash +# This script will do the following to install RustDesk Pro +# 1. Install some dependencys +# 2. Setup ufw firewall if available +# 3. Create a Folder /var/lib/rustdesk-server +# 4. Download and extract RustDesk Pro Services to the above folder +# 5. Create systemd services for hbbs and hbbr +# 6. If you chose Domain, it will install Nginx and certbot, allowing the API to be available on port 443 (https) and get an SSL certificate over port 80, this will autorenew. + # Get Username uname=$(whoami) admintoken=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c16)