This commit is contained in:
Daniel Hansson
2023-10-04 19:16:43 +02:00
committed by GitHub
parent 2ceee1ca3d
commit a59e309333

View File

@@ -48,9 +48,11 @@ fi
# shellcheck disable=2034,2059,2164
true
SCRIPT_NAME="Install script"
export SCRIPT_NAME
# shellcheck source=lib.sh
source <(curl -sL https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/lib.sh)
# see https://github.com/koalaman/shellcheck/wiki/Directive
unset SCRIPT_NAME
##################################################################################################################