From da3e4a7bdcc52e19eb668d346ceb30b5608dd957 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 13 Apr 2019 08:21:48 -0700 Subject: [PATCH] Add initial update. --- Utilities/Remotely_Server_Install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/Remotely_Server_Install.sh b/Utilities/Remotely_Server_Install.sh index 350c7a87..425fd28d 100644 --- a/Utilities/Remotely_Server_Install.sh +++ b/Utilities/Remotely_Server_Install.sh @@ -4,6 +4,8 @@ echo read -p "Enter app root path (typically /var/www/remotely): " appRoot read -p "Enter server host (e.g. example.com): " serverHost +apt-get update + # Install .NET Core Runtime. wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb dpkg -i packages-microsoft-prod.deb