From 095396ba8a37cbd78f996c97c8c52e824b85cfae Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 7 Oct 2024 12:14:48 +0530 Subject: [PATCH] updated the chef package link Signed-off-by: Dishank Tiwari --- docs-chef-io/content/workstation/install_workstation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-chef-io/content/workstation/install_workstation.md b/docs-chef-io/content/workstation/install_workstation.md index 42e88b9ea..50780f1fa 100644 --- a/docs-chef-io/content/workstation/install_workstation.md +++ b/docs-chef-io/content/workstation/install_workstation.md @@ -98,26 +98,26 @@ msiexec /q /i MsiPath ADDLOCAL=ALL REMOVE=ChefWSApp - Red Hat Enterprise Linux ```bash - wget https://packages.chef.io/files/stable/chef-workstation//el//chef-workstation--1.el.x86_64.rpm + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation//el//chef-workstation--1.el.x86_64.rpm ``` For example: ```sh - wget https://packages.chef.io/files/stable/chef-workstation/24.4.1064/el/8/chef-workstation-24.4.1064-1.el8.x86_64.rpm + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/24.4.1064/el/8/chef-workstation-24.4.1064-1.el8.x86_64.rpm ``` - Debian/Ubuntu ``` bash - wget https://packages.chef.io/files/stable/chef-workstation//ubuntu//chef-workstation_-1_amd64.deb + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation//ubuntu//chef-workstation_-1_amd64.deb ``` For example: ```sh - wget https://packages.chef.io/files/stable/chef-workstation/24.4.1064/ubuntu/20.04/chef-workstation_24.4.1064-1_amd64.deb + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/24.4.1064/ubuntu/20.04/chef-workstation_24.4.1064-1_amd64.deb ``` 1. Use your distribution's package manager to install Chef Workstation: