Skip to content

Commit

Permalink
Use CURL to download ISO file
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-zhang committed Jan 16, 2024
1 parent 640d788 commit 0adcc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sno/assisted-sno.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ EOF
download_iso() {

echo "Downloading ISO ${ISO_URL} ..."
wget --quiet -O ${CONFIG_DIR}/assisted.iso ${ISO_URL}
curl ${ISO_URL} -o ${CONFIG_DIR}/assisted.iso

if [[ -f "${CONFIG_DIR}/assisted.iso" ]]; then
echo "Extract pxe files from ISO"
Expand Down

0 comments on commit 0adcc1c

Please sign in to comment.