Skip to content

Commit 1aa615f

Browse files
committed
precise legacy worker to trusty default worker
1 parent 9a2643f commit 1aa615f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user/enterprise/trusty.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once a worker instance is up and running, `travis-worker` can be installed as fo
2020
For instances on AWS, please run:
2121

2222
```
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
2424
2525
sudo bash /tmp/installer.sh \
2626
--travis_enterprise_host="[travis.yourhost.com]" \
@@ -31,7 +31,7 @@ sudo bash /tmp/installer.sh \
3131
For non-AWS instances, please run:
3232

3333
```
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
3535
3636
sudo bash /tmp/installer.sh \
3737
--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
6060
For instances on AWS, please run:
6161

6262
```
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
6464
6565
sudo bash /tmp/installer.sh \
6666
--travis_enterprise_host="[travis.yourhost.com]" \
@@ -71,7 +71,7 @@ sudo bash /tmp/installer.sh \
7171
For non-AWS instances, please run:
7272

7373
```
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
7575
7676
sudo bash /tmp/installer.sh \
7777
--travis_enterprise_host="[travis.yourhost.com]" \

0 commit comments

Comments
 (0)