diff --git a/files/remotely/install-remotely-agent.sh b/files/remotely/remotely-agent-debian.sh similarity index 89% rename from files/remotely/install-remotely-agent.sh rename to files/remotely/remotely-agent-debian.sh index 3b8acf5..9392565 100644 --- a/files/remotely/install-remotely-agent.sh +++ b/files/remotely/remotely-agent-debian.sh @@ -1,5 +1,5 @@ #!/bin/bash -HostName="http://192.168.1.30:5003" +HostName="https://remotely.akanealw.com" Organization="7fbfb541-0720-42cf-b363-ddf13a19fd16" GUID=$(cat /proc/sys/kernel/random/uuid) UpdatePackagePath="" @@ -38,17 +38,10 @@ 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 -apt-get -y install dotnet-runtime-7.0 +apt-get -y install apt-transport-https dotnet-runtime-7.0 rm packages-microsoft-prod.deb -apt-get -y install libx11-dev -apt-get -y install libxrandr-dev -apt-get -y install unzip -apt-get -y install libc6-dev -apt-get -y install libxtst-dev -apt-get -y install xclip -apt-get -y install jq +apt-get -y install libx11-dev libxrandr-dev unzip libc6-dev libxtst-dev xclip install jq if [ -f "$InstallDir/ConnectionInfo.json" ]; then