In labs, replace wget with curl, as wget isn't available OOTB in common linux flavours #969
Labels
good-first-issue
Identifies an issue that has been specifically created or selected for first-time contributors.
hacktoberfest
Categorizes as a Hacktoberfest contribution
Description:
As wget isn't present OOTB in linux flavours like RHEL, when lab1 first command is executed (wget https://kubevirt.io/labs/manifests/vm.yaml), got error "wget: command not found". Also wget is used in lab2 as detailed in Additional context section below.
What you expected:
Download to work always. So, as curl is more standardly available across linux flavours than wget, replace wget with curl across all labs.
URL:
Additional context:
In lab2 also, I see usage of wget at places along with curl usage:
ex:
My OS details, where wget isn't present:
The text was updated successfully, but these errors were encountered: