From cc12b0f23fe3ad24ec6756baee9bc0baa2dbf592 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 24 Sep 2020 22:34:27 -0700 Subject: [PATCH] Update Ubuntu_Server_Install.sh --- Utilities/Ubuntu_Server_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Ubuntu_Server_Install.sh b/Utilities/Ubuntu_Server_Install.sh index bb9f03a4..b637f340 100644 --- a/Utilities/Ubuntu_Server_Install.sh +++ b/Utilities/Ubuntu_Server_Install.sh @@ -47,7 +47,7 @@ apt-get -y install libgdiplus # Download and install Remotely files. mkdir -p $AppRoot -wget "https://github.com/Jay-Rad/Remotely/releases/latest/download/Remotely_Server_Linux-x64.zip" +wget "https://github.com/lucent-sea/Remotely/releases/latest/download/Remotely_Server_Linux-x64.zip" unzip -o Remotely_Server_Linux-x64.zip -d $AppRoot rm Remotely_Server_Linux-x64.zip setfacl -R -m u:www-data:rwx $AppRoot