diff --git a/files/remotely/install-remotely-agent.sh b/files/remotely/install-remotely-agent.sh index 1b8dc14..3b8acf5 100644 --- a/files/remotely/install-remotely-agent.sh +++ b/files/remotely/install-remotely-agent.sh @@ -6,7 +6,7 @@ UpdatePackagePath="" InstallDir="/usr/local/bin/Remotely" apt-get update -apt-get -y install curl +apt-get -y install curl lsb-release ETag=$(curl --head $HostName/Content/Remotely-Linux.zip | grep -i "etag" | cut -d' ' -f 2) LogPath="/var/log/remotely/Agent_Install.log"