From 24e4e9223839a46a45ac7c6d3c9ab49d7e946072 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Sat, 10 Feb 2024 10:26:26 -0600 Subject: [PATCH] (docs) update currently packaged os versions --- documentation/bolt_installing.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/documentation/bolt_installing.md b/documentation/bolt_installing.md index 8c315ddf3..1f98912f5 100644 --- a/documentation/bolt_installing.md +++ b/documentation/bolt_installing.md @@ -9,14 +9,14 @@ and Microsoft Windows. | Operating system | Versions | | ------------------------- | ------------------- | -| Debian | 9, 10, 11 | -| Fedora | 34 | +| Debian | 10, 11 | +| Fedora | 36 | | macOS | 11, 12 | | Microsoft Windows* | 10 Enterprise | | Microsoft Windows Server* | 2012R2, 2019 | | RHEL | 6, 7, 8, 9 | | SLES | 12, 15 | -| Ubuntu | 18.04, 20.04 , 22.04| +| Ubuntu | 18.04, 20.04, 22.04 | > **Note:** Windows packages are automatically tested on the versions listed > above, but might be installable on other versions. @@ -28,15 +28,6 @@ and Microsoft Windows. To install Bolt, run the appropriate command for the version of Debian you have installed: -- _Debian 9_ - - ```shell - wget https://apt.puppet.com/puppet-tools-release-stretch.deb - sudo dpkg -i puppet-tools-release-stretch.deb - sudo apt-get update - sudo apt-get install puppet-bolt - ``` - - _Debian 10_ ```shell @@ -79,10 +70,10 @@ sudo apt remove puppet-bolt To install Bolt, run the appropriate command for the version of Fedora you have installed: -- _Fedora 34_ +- _Fedora 36_ ```shell - sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-34.noarch.rpm + sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-36.noarch.rpm sudo dnf install puppet-bolt ```