Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. mkdir azagent;cd azagent;curl -fkSL -o vstsagent.tar.gz https://vstsagentpackage.azureedge.net/agent/2.155.1/vsts-agent-linux-x64-2.155.1.tar.gz;tar -zxvf vstsagent.tar.gz; if [ -x "$(command -v systemctl)" ]; then ./config.sh --deploymentpool --deploymentpoolname "Unique-VVUU-TO" --acceptteeeula --agent $HOSTNAME --url https://regola.visualstudio.com/ --work _work --auth PAT --token fetoot3n5ypweib66g3tycmwrnuvpnvbnujfmi6au37mp5g3rwoq --runasservice; sudo ./svc.sh install; sudo ./svc.sh start; else ./config.sh --deploymentpool --deploymentpoolname "Unique-VVUU-TO" --acceptteeeula --agent $HOSTNAME --url https://regola.visualstudio.com/ --work _work --auth PAT --token fetoot3n5ypweib66g3tycmwrnuvpnvbnujfmi6au37mp5g3rwoq; ./run.sh; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement