Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some function that not working #38

Merged
merged 3 commits into from
Jun 20, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Curl
line 560: curl: command not found
  • Loading branch information
suciptoid committed Jun 20, 2015
commit 1f38bf52d2e655927fd83897ea5080f68071f48e
6 changes: 6 additions & 0 deletions setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,11 @@ function install_webmin {
print_warn "Special Note: If the installation ends with an error, please run it again"
}

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

############################################################
# Generate SSH Key
############################################################
Expand Down Expand Up @@ -1278,6 +1283,7 @@ system)
install_iotop
install_iftop
install_syslogd
install_curl
apt_clean
;;
*)
Expand Down