From 8b26d3acd8ea6d7bc51792334ce2e5b1c1a0c679 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 1 Aug 2023 14:43:30 -0500 Subject: [PATCH] added lsb-release to remotely-agent script --- files/remotely/install-remotely-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"