Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #352 from robinelfrink/master
Browse files Browse the repository at this point in the history
Add support for tftp:// and ftp:// config_url and iso_url.
  • Loading branch information
dweomer authored Jan 16, 2020
2 parents f3afdf2 + 5b4ccff commit 5167824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_url()
FROM=$1
TO=$2
case $FROM in
http*)
ftp*|http*|tftp*)
curl -o $TO -fL ${FROM}
;;
*)
Expand Down

0 comments on commit 5167824

Please sign in to comment.