Skip to content

Commit 45287ca

Browse files
authored
[v1.5] Use version in installation url. (#1178)
2 parents 0905582 + 91a176d commit 45287ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/install/deb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ That's OK! You're busy, we get it. How do you just get started? Get yourself a c
1010

1111
::
1212

13-
curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
13+
curl -sSL https://stackstorm.com/packages/v1.5/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
1414

1515
.. contents::
1616

docs/source/install/rhel6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ That's OK! You're busy, we get it. How do you just get started? Get yourself a c
1010

1111
::
1212

13-
curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
13+
curl -sSL https://stackstorm.com/packages/v1.5/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
1414

1515
.. contents::
1616

docs/source/install/rhel7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ That's OK! You're busy, we get it. How do you just get started? Get yourself a c
1010

1111
::
1212

13-
curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
13+
curl -sSL https://stackstorm.com/packages/v1.5/install.sh | bash -s -- --user=st2admin --password=<CHANGEME>
1414

1515
.. contents::
1616

0 commit comments

Comments
 (0)