From 85a101e5df1ae602da41739042663ffbd83275de Mon Sep 17 00:00:00 2001 From: Marcel Weinberg Date: Sun, 28 Feb 2021 20:25:31 +0100 Subject: [PATCH 1/4] Update the quick install command to support interactive scripts --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 5e8149f6b..e337a47e1 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password='Ch@ngeMe' + curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=Ch@ngeMe This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic From 1dbd1ffe3660f73c66047cca195d1e7ee35c682c Mon Sep 17 00:00:00 2001 From: Marcel Weinberg Date: Mon, 1 Mar 2021 20:04:25 +0100 Subject: [PATCH 2/4] Use the correct command to support interactive scripts --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index e337a47e1..45c0ea868 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=Ch@ngeMe + bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe --unstable --u16-add-insecure-py3-ppa This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic From 563df3ccabc6be7b798455f71c9ce0823064ce9c Mon Sep 17 00:00:00 2001 From: Marcel Weinberg Date: Mon, 1 Mar 2021 20:15:43 +0100 Subject: [PATCH 3/4] Drop the deadsnakes u16 support --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 45c0ea868..422e73820 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe --unstable --u16-add-insecure-py3-ppa + bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe --unstable This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic From 28b740dd37575a922026ab76a76e0f519797b8d4 Mon Sep 17 00:00:00 2001 From: Marcel Weinberg Date: Mon, 1 Mar 2021 20:17:38 +0100 Subject: [PATCH 4/4] Drop the unstable flag --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 422e73820..12cd04770 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe --unstable + bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic