@@ -20,7 +20,7 @@ Once a worker instance is up and running, `travis-worker` can be installed as fo
20
20
For instances on AWS, please run:
21
21
22
22
```
23
- curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker/legacy
23
+ curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker
24
24
25
25
sudo bash /tmp/installer.sh \
26
26
--travis_enterprise_host="[travis.yourhost.com]" \
@@ -31,7 +31,7 @@ sudo bash /tmp/installer.sh \
31
31
For non-AWS instances, please run:
32
32
33
33
```
34
- curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker/legacy
34
+ curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker
35
35
36
36
sudo bash /tmp/installer.sh \
37
37
--travis_enterprise_host="[travis.yourhost.com]" \
@@ -60,7 +60,7 @@ Once a worker instance is up and running, `travis-worker` can be installed as fo
60
60
For instances on AWS, please run:
61
61
62
62
```
63
- curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker/legacy
63
+ curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker
64
64
65
65
sudo bash /tmp/installer.sh \
66
66
--travis_enterprise_host="[travis.yourhost.com]" \
@@ -71,7 +71,7 @@ sudo bash /tmp/installer.sh \
71
71
For non-AWS instances, please run:
72
72
73
73
```
74
- curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker/legacy
74
+ curl -sSL -o /tmp/installer.sh https://enterprise.travis-ci.com/install/worker
75
75
76
76
sudo bash /tmp/installer.sh \
77
77
--travis_enterprise_host="[travis.yourhost.com]" \
0 commit comments