Add initial update.

This commit is contained in:
Jared Goodwin 2019-04-13 08:21:48 -07:00
parent a561f9f9fa
commit da3e4a7bdc

View File

@ -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