diff --git a/files/remotely/remotely-agent-debian.sh b/files/remotely/remotely-agent-debian.sh index 9392565..2371081 100644 --- a/files/remotely/remotely-agent-debian.sh +++ b/files/remotely/remotely-agent-debian.sh @@ -6,7 +6,7 @@ UpdatePackagePath="" InstallDir="/usr/local/bin/Remotely" apt-get update -apt-get -y install curl lsb-release +apt-get -y install curl lsb-release apt-transport-https libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip jq ETag=$(curl --head $HostName/Content/Remotely-Linux.zip | grep -i "etag" | cut -d' ' -f 2) LogPath="/var/log/remotely/Agent_Install.log" @@ -38,10 +38,11 @@ debianVersion=$(lsb_release -r -s) wget -q https://packages.microsoft.com/config/debian/$debianVersion/packages-microsoft-prod.deb -O packages-microsoft-prod.deb dpkg -i packages-microsoft-prod.deb apt-get update -apt-get -y install apt-transport-https dotnet-runtime-7.0 +#apt-get -y install apt-transport-https +apt-get -y install dotnet-runtime-7.0 rm packages-microsoft-prod.deb -apt-get -y install libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip install jq +#apt-get -y install libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip jq if [ -f "$InstallDir/ConnectionInfo.json" ]; then diff --git a/files/remotely/remotely-agent-ubuntu.sh b/files/remotely/remotely-agent-ubuntu.sh index be2ef57..6e18a58 100644 --- a/files/remotely/remotely-agent-ubuntu.sh +++ b/files/remotely/remotely-agent-ubuntu.sh @@ -6,7 +6,7 @@ UpdatePackagePath="" InstallDir="/usr/local/bin/Remotely" apt-get update -apt-get -y install curl libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip jq apt-transport-https +apt-get -y install curl lsb-release libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip jq apt-transport-https ETag=$(curl --head $HostName/Content/Remotely-Linux.zip | grep -i "etag" | cut -d' ' -f 2) LogPath="/var/log/remotely/Agent_Install.log"