#!/bin/bash dnf update -y dnf install -y policycoreutils-python-utils setroubleshoot-server git wget curl unzip docker wget -O buildAgentFull.zip https://teamcity.nld.inker.bot/update/buildAgentFull-Linux-x64.zip unzip buildAgentFull.zip -d /opt/agent rm buildAgentFull.zip wget -O /lib/systemd/system/teamcityagent.service https://git.inker.bot/inksnow/teamcity-agent-install/raw/branch/main/teamcityagent.service sed -i 's/http:\/\/localhost:8111\//https:\/\/teamcity.nld.inker.bot\//g' /opt/agent/conf/buildAgent.properties sed -i "s/Default Agent/$(hostname)/g" /opt/agent/conf/buildAgent.properties systemctl enable --now docker docker run --privileged --rm tonistiigi/binfmt --install all docker rmi tonistiigi/binfmt systemctl enable --now teamcityagent