mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add initial update.
This commit is contained in:
parent
a561f9f9fa
commit
da3e4a7bdc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user