commit
b315a73ecc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user