From dfc4b9480e464ab38edbdfb8f06118647fbcb99c Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sun, 19 Jan 2020 13:29:02 -0800 Subject: [PATCH] Put notice in script. Waiting for ASP.NET Core 3.1.1 runtime in package manager. --- Utilities/Remotely_Server_Install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Utilities/Remotely_Server_Install.sh b/Utilities/Remotely_Server_Install.sh index e778e7da..1cbb9550 100644 --- a/Utilities/Remotely_Server_Install.sh +++ b/Utilities/Remotely_Server_Install.sh @@ -1,4 +1,7 @@ #!/bin/bash +echo "WARNING: This script won't work until the ASP.NET Core runtime version is updated in the package manager to version 3.1.1." +read -p "Press Enter to exit." +exit echo "Thanks for trying remotely! If you have any questions, feel free to email me at Translucency_Software@outlook.com." echo read -p "Enter path where the Remotely server files are located (typically /var/www/remotely): " appRoot