Skip to content

Commit 939868f

Browse files
committed
Merge pull request #39 from showcheap/master
Fix curl install
2 parents 248a293 + 64912c8 commit 939868f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-debian.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ function install_webmin {
907907
print_warn "Special Note: If the installation ends with an error, please run it again"
908908
}
909909

910-
function install_curl{
910+
function install_curl {
911911
print_info "Checking curl"
912912
check_install curl curl
913913
}

0 commit comments

Comments
 (0)