Merge pull request #27 from dinger1986/main

small change to scripts
This commit is contained in:
RustDesk 2023-07-20 16:42:18 +08:00 committed by GitHub
commit b315a73ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# If any command fails, fail out
set -e
# This script will do the following to install RustDesk Server Pro replacing RustDesk Server Open Source
# 1. Disable and removes the old services
# 2. Install some dependencies

View File

@ -1,5 +1,8 @@
#!/bin/bash
# If any command fails, fail out
set -e
# This script will do the following to install RustDesk Server Pro
# 1. Install some dependencies
# 2. Setup UFW firewall if available

View File

@ -1,5 +1,8 @@
#!/bin/bash
# If any command fails, fail out
set -e
# Get username
uname=$(whoami) # not used btw ... yet