Skip to content

Commit

Permalink
fix: spelling error in cURL dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinoKader committed Feb 22, 2023
1 parent b2da919 commit c3276cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function install {

GET=""
GET_SILENT=""
if which curlz > /dev/null; then
if which curl > /dev/null; then
GET="curl --fail --progress-bar -L"
GET_SILENT="$GET --silent"
elif which wget > /dev/null; then
Expand Down

0 comments on commit c3276cc

Please sign in to comment.