diff --git a/website/docs/intro/install/buildkite.jsx b/website/docs/intro/install/buildkite.jsx new file mode 100644 index 0000000000..8ded5bb7a2 --- /dev/null +++ b/website/docs/intro/install/buildkite.jsx @@ -0,0 +1,8 @@ +import React from 'react'; +import BuildKiteSVG from './buildkite.svg' + +export default ({children, color}) => ( +

+ Thank you to for sponsoring the OpenTofu package hosting. +

+); diff --git a/website/docs/intro/install/buildkite.svg b/website/docs/intro/install/buildkite.svg new file mode 100644 index 0000000000..053d8ffd31 --- /dev/null +++ b/website/docs/intro/install/buildkite.svg @@ -0,0 +1 @@ +Buildkite \ No newline at end of file diff --git a/website/docs/intro/install/deb.mdx b/website/docs/intro/install/deb.mdx index 1c58ddea89..f9c1a25a06 100644 --- a/website/docs/intro/install/deb.mdx +++ b/website/docs/intro/install/deb.mdx @@ -11,9 +11,12 @@ import DebStep1Script from '!!raw-loader!./deb-step1.sh' import DebStep2Script from '!!raw-loader!./deb-step2.sh' import DebStep3Script from '!!raw-loader!./deb-step3.sh' import DebStep4Script from '!!raw-loader!./deb-step4.sh' +import Buildkite from './buildkite' # Installing OpenTofu on .deb-based Linux (Debian, Ubuntu, etc.) + + OpenTofu is distributed in the .deb package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below. ## Installing using the convenience script diff --git a/website/docs/intro/install/rpm.mdx b/website/docs/intro/install/rpm.mdx index 9d20f7a9be..caf111fa87 100644 --- a/website/docs/intro/install/rpm.mdx +++ b/website/docs/intro/install/rpm.mdx @@ -14,9 +14,12 @@ import YumRepoScript from '!!raw-loader!./repo-yum.sh' import ZypperRepoScript from '!!raw-loader!./repo-zypper.sh' import YumInstallScript from '!!raw-loader!./install-yum.sh' import ZypperInstallScript from '!!raw-loader!./install-zypper.sh' +import Buildkite from "./buildkite"; # Installing OpenTofu on RHEL, Fedora, openSUSE, and other RPM-based distributions + + OpenTofu is distributed in the .rpm package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below. ## Installing using the convenience script