added lsb-release to remotely-agent script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user