Update Ubuntu_Server_Install.sh

This commit is contained in:
Jared 2020-09-24 22:34:27 -07:00 committed by Jared Goodwin
parent 4e762f8f3b
commit cc12b0f23f

View File

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