diff --git a/documentation/bolt_installing.md b/documentation/bolt_installing.md index ce5db7ecc7..8c315ddf3d 100644 --- a/documentation/bolt_installing.md +++ b/documentation/bolt_installing.md @@ -16,7 +16,7 @@ and Microsoft Windows. | Microsoft Windows Server* | 2012R2, 2019 | | RHEL | 6, 7, 8, 9 | | SLES | 12, 15 | -| Ubuntu | 18.04, 20.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. @@ -403,6 +403,15 @@ have installed: sudo apt-get install puppet-bolt ``` +- _Ubuntu 22.04_ + + ```shell + wget https://apt.puppet.com/puppet-tools-release-jammy.deb + sudo dpkg -i puppet-tools-release-jammy.deb + sudo apt-get update + sudo apt-get install puppet-bolt + ``` + **Upgrade Bolt** To upgrade Bolt to the latest version, run the following command: