Skip to content

Commit

Permalink
Fix curl install
Browse files Browse the repository at this point in the history
Fix line 911: syntax error
  • Loading branch information
suciptoid committed Jun 25, 2015
1 parent 1f38bf5 commit 64912c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ function install_webmin {
print_warn "Special Note: If the installation ends with an error, please run it again"
}

function install_curl{
function install_curl {
print_info "Checking curl"
check_install curl curl
}
Expand Down

0 comments on commit 64912c8

Please sign in to comment.