Skip to content

Commit

Permalink
update wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Jan 10, 2022
1 parent e02d724 commit 0aec567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/offline-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ create_bundle() {
run_command "helm dependency update ${DISTDIR}/${HELMBACKUPDIR}/${CHART}"

# add cert-manager crds file to bundle
run_command "wget -O ${DISTDIR}/${HELMBACKUPDIR}/cert-manager.crds.yaml https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.crds.yaml"
run_command "curl -o ${DISTDIR}/${HELMBACKUPDIR}/cert-manager.crds.yaml -L https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.crds.yaml"

# copy this script into the distribution directory
cp $0 ${DISTDIR}
Expand Down

0 comments on commit 0aec567

Please sign in to comment.