From 452b461ec3c9cd2169ec2e2dd349b39278e53009 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 24 Sep 2020 22:35:02 -0700 Subject: [PATCH] Update CentOS_Server_Install.sh --- Utilities/CentOS_Server_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/CentOS_Server_Install.sh b/Utilities/CentOS_Server_Install.sh index e4d7ef44..975fab6c 100644 --- a/Utilities/CentOS_Server_Install.sh +++ b/Utilities/CentOS_Server_Install.sh @@ -31,7 +31,7 @@ yum -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:apache:rwx $appRoot