added lsb-release to remotely-agent script

This commit is contained in:
2023-08-01 14:43:30 -05:00
parent 54c1eedfe3
commit 8b26d3acd8

View File

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